#D27FEA

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

Shades of Heliotrope #D27FEA

Tints of Heliotrope #D27FEA

Color information

#D27FEA (or 0xD27FEA) is unknown color: approx Heliotrope. HEX triplet: D2, 7F and EA. RGB value is (210,127,234). Sum of RGB (Red+Green+Blue) = 210+127+234=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #D27FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27FEA is #2D8015. Grayscale: #A3A3A3. Windows color (decimal): -2981910 or 15368146. OLE color: 15368146.

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

Color convert

RGB210127234-
CMYK0.100.4600.08
HSL286.54º71.81%70.78%-
HSV(B)286.54º45.73%91.76%-
XYZ49.0234.8281.98-
YUV164.02167.5160.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 127 (50% from 255) = 22.24%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=36.78%
G=22.24%
B=40.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101272340.100.4600.08286.5471.8170.78
HexD27FEAA2E0811f4847
Octal3221773521256010437110107
Binary1101001011111111110101010101011100100010001111110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27FEA; }

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

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

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

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

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

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

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

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