#D27DED

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

Shades of Heliotrope #D27DED

Tints of Heliotrope #D27DED

Color information

#D27DED (or 0xD27DED) is unknown color: approx Heliotrope. HEX triplet: D2, 7D and ED. RGB value is (210,125,237). Sum of RGB (Red+Green+Blue) = 210+125+237=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #D27DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DED is #2D8212. Grayscale: #A2A2A2. Windows color (decimal): -2982419 or 15564242. OLE color: 15564242.

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

Color convert

RGB210125237-
CMYK0.110.4700.07
HSL285.54º75.68%70.98%-
HSV(B)285.54º47.26%92.94%-
XYZ49.234.4884.18-
YUV163.18169.66161.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.71%
GREEN value IS 125 (49.22% from 255) = 21.85%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=36.71%
G=21.85%
B=41.43%

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
Decimal2101252370.110.4700.07285.5475.6870.98
HexD27DEDB2F0711e4c47
Octal322175355135707436114107
Binary110100101111101111011011011101111011110001111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DED; }

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

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

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

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

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

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

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

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