#D27EF9

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

Shades of Heliotrope #D27EF9

Tints of Heliotrope #D27EF9

Color information

#D27EF9 (or 0xD27EF9) is unknown color: approx Heliotrope. HEX triplet: D2, 7E and F9. RGB value is (210,126,249). Sum of RGB (Red+Green+Blue) = 210+126+249=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #D27EF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27EF9 is #2D8106. Grayscale: #A4A4A4. Windows color (decimal): -2982151 or 16350930. OLE color: 16350930.

HSL color Cylindrical-coordinate representation of color #D27EF9: hue angle of 280.98º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D27EF9 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210126249-
CMYK0.160.4900.02
HSL280.98º91.11%73.53%-
HSV(B)280.98º49.4%97.65%-
XYZ51.1435.4693.77-
YUV165.14175.33160-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 126 (49.61% from 255) = 21.54%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=35.90%
G=21.54%
B=42.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101262490.160.4900.02280.9891.1173.53
HexD27EF91031021195b4a
Octal322176371206102431133112
Binary110100101111110111110011000011000101010001100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EF9; }

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

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

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

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

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

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

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

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