#D249F9

Color #D249F9 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D249F9

Tints of Heliotrope #D249F9

Color information

#D249F9 (or 0xD249F9) is unknown color: approx Heliotrope. HEX triplet: D2, 49 and F9. RGB value is (210,73,249). Sum of RGB (Red+Green+Blue) = 210+73+249=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 73 (28.91% from 255 or 13.72% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #D249F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249F9 is #2DB606. Grayscale: #858585. Windows color (decimal): -2995719 or 16337362. OLE color: 16337362.

HSL color Cylindrical-coordinate representation of color #D249F9: hue angle of 286.7º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D249F9 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21073249-
CMYK0.160.7100.02
HSL286.7º93.62%63.14%-
HSV(B)286.7º70.68%97.65%-
XYZ46.0625.3192.08-
YUV134.03192.89182.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 39.47%
GREEN value IS 73 (28.91% from 255) = 13.72%
BLUE value IS 249 (97.66% from 255) = 46.80%
R=39.47%
G=13.72%
B=46.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal210732490.160.7100.02286.793.6263.14
HexD249F910470211f5e3f
Octal322111371201070243713677
Binary110100101001001111110011000010001110101000111111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D249F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D249F9; }

 p { color: rgb(210,73,249); }

 H1.HeaderClassName
 {
   color: #D249F9;
 }
 .AnyTagClassName
 {
   color: #D249F9;
 }
</style>
background-color css

<style>
 a { background-color: #D249F9; }

 a { background-color: rgb(210,73,249); }

 div.DivClassName
 {
   background-color: #D249F9;
 }
 .BgClassName
 {
   background-color: #D249F9;
 }
</style>
border-color css

<style>
 span { border-color: #D249F9; }

 span { border-color: rgb(210,73,249); }

 td.TdClassName
 {
   border-color: #D249F9;
 }
 .TagClassName
 {
   border-color: #D249F9;
 }
</style>