#D37DFD

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

Shades of Heliotrope #D37DFD

Tints of Heliotrope #D37DFD

Color information

#D37DFD (or 0xD37DFD) is unknown color: approx Heliotrope. HEX triplet: D3, 7D and FD. RGB value is (211,125,253). Sum of RGB (Red+Green+Blue) = 211+125+253=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #D37DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37DFD is #2C8202. Grayscale: #A4A4A4. Windows color (decimal): -2916867 or 16612819. OLE color: 16612819.

HSL color Cylindrical-coordinate representation of color #D37DFD: hue angle of 280.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D37DFD is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211125253-
CMYK0.170.5100.01
HSL280.31º96.97%74.12%-
HSV(B)280.31º50.59%99.22%-
XYZ51.9335.6197.06-
YUV165.31177.49160.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.82%
GREEN value IS 125 (49.22% from 255) = 21.22%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=35.82%
G=21.22%
B=42.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111252530.170.5100.01280.3196.9774.12
HexD37DFD113301118614a
Octal323175375216301430141112
Binary11010011111110111111101100011100110110001100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37DFD; }

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

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

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

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

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

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

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

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