#D37DF9

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

Shades of Heliotrope #D37DF9

Tints of Heliotrope #D37DF9

Color information

#D37DF9 (or 0xD37DF9) is unknown color: approx Heliotrope. HEX triplet: D3, 7D and F9. RGB value is (211,125,249). Sum of RGB (Red+Green+Blue) = 211+125+249=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #D37DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37DF9 is #2C8206. Grayscale: #A4A4A4. Windows color (decimal): -2916871 or 16350675. OLE color: 16350675.

HSL color Cylindrical-coordinate representation of color #D37DF9: hue angle of 281.61º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D37DF9 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211125249-
CMYK0.150.5000.02
HSL281.61º91.18%73.33%-
HSV(B)281.61º49.8%97.65%-
XYZ51.335.3693.74-
YUV164.85175.49160.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.07%
GREEN value IS 125 (49.22% from 255) = 21.37%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=36.07%
G=21.37%
B=42.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111252490.150.5000.02281.6191.1873.33
HexD37DF9F320211a5b49
Octal323175371176202432133111
Binary11010011111110111111001111111001001010001101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37DF9; }

 p { color: rgb(211,125,249); }

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

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

 a { background-color: rgb(211,125,249); }

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

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

 span { border-color: rgb(211,125,249); }

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