#D27DEA

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

Shades of Heliotrope #D27DEA

Tints of Heliotrope #D27DEA

Color information

#D27DEA (or 0xD27DEA) is unknown color: approx Heliotrope. HEX triplet: D2, 7D and EA. RGB value is (210,125,234). Sum of RGB (Red+Green+Blue) = 210+125+234=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #D27DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DEA is #2D8215. Grayscale: #A2A2A2. Windows color (decimal): -2982422 or 15367634. OLE color: 15367634.

HSL color Cylindrical-coordinate representation of color #D27DEA: hue angle of 286.79º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27DEA is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210125234-
CMYK0.100.4700.08
HSL286.79º72.19%70.39%-
HSV(B)286.79º46.58%91.76%-
XYZ48.7634.3181.89-
YUV162.84168.16161.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 125 (49.22% from 255) = 21.97%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=36.91%
G=21.97%
B=41.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101252340.100.4700.08286.7972.1970.39
HexD27DEAA2F0811f4846
Octal3221753521257010437110106
Binary1101001011111011110101010101011110100010001111110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DEA; }

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

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

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

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

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

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

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

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