#D27EF2

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

Shades of Heliotrope #D27EF2

Tints of Heliotrope #D27EF2

Color information

#D27EF2 (or 0xD27EF2) is unknown color: approx Heliotrope. HEX triplet: D2, 7E and F2. RGB value is (210,126,242). Sum of RGB (Red+Green+Blue) = 210+126+242=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #D27EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27EF2 is #2D810D. Grayscale: #A3A3A3. Windows color (decimal): -2982158 or 15892178. OLE color: 15892178.

HSL color Cylindrical-coordinate representation of color #D27EF2: hue angle of 283.45º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D27EF2 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210126242-
CMYK0.130.4800.05
HSL283.45º81.69%72.16%-
HSV(B)283.45º47.93%94.9%-
XYZ50.0735.0388.13-
YUV164.34171.83160.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.33%
GREEN value IS 126 (49.61% from 255) = 21.80%
BLUE value IS 242 (94.92% from 255) = 41.87%
R=36.33%
G=21.80%
B=41.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101262420.130.4800.05283.4581.6972.16
HexD27EF2D300511b5248
Octal322176362156005433122110
Binary110100101111110111100101101110000010110001101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EF2; }

 p { color: rgb(210,126,242); }

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

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

 a { background-color: rgb(210,126,242); }

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

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

 span { border-color: rgb(210,126,242); }

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