#D27DEE

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

Shades of Heliotrope #D27DEE

Tints of Heliotrope #D27DEE

Color information

#D27DEE (or 0xD27DEE) is unknown color: approx Heliotrope. HEX triplet: D2, 7D and EE. RGB value is (210,125,238). Sum of RGB (Red+Green+Blue) = 210+125+238=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #D27DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DEE is #2D8211. Grayscale: #A2A2A2. Windows color (decimal): -2982418 or 15629778. OLE color: 15629778.

HSL color Cylindrical-coordinate representation of color #D27DEE: hue angle of 285.13º 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 #D27DEE is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210125238-
CMYK0.120.4700.07
HSL285.13º76.87%71.18%-
HSV(B)285.13º47.48%93.33%-
XYZ49.3434.5484.96-
YUV163.3170.16161.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 125 (49.22% from 255) = 21.82%
BLUE value IS 238 (93.36% from 255) = 41.54%
R=36.65%
G=21.82%
B=41.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101252380.120.4700.07285.1376.8771.18
HexD27DEEC2F0711d4d47
Octal322175356145707435115107
Binary110100101111101111011101100101111011110001110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DEE; }

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

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

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

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

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

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

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

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