#D37DEE

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

Shades of Heliotrope #D37DEE

Tints of Heliotrope #D37DEE

Color information

#D37DEE (or 0xD37DEE) is unknown color: approx Heliotrope. HEX triplet: D3, 7D and EE. RGB value is (211,125,238). Sum of RGB (Red+Green+Blue) = 211+125+238=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #D37DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37DEE is #2C8211. Grayscale: #A3A3A3. Windows color (decimal): -2916882 or 15629779. OLE color: 15629779.

HSL color Cylindrical-coordinate representation of color #D37DEE: hue angle of 285.66º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D37DEE is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211125238-
CMYK0.110.4700.07
HSL285.66º76.87%71.18%-
HSV(B)285.66º47.48%93.33%-
XYZ49.6334.6984.97-
YUV163.6169.99161.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.76%
GREEN value IS 125 (49.22% from 255) = 21.78%
BLUE value IS 238 (93.36% from 255) = 41.46%
R=36.76%
G=21.78%
B=41.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111252380.110.4700.07285.6676.8771.18
HexD37DEEB2F0711e4d47
Octal323175356135707436115107
Binary110100111111101111011101011101111011110001111010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37DEE; }

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

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

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

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

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

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

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

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