#D27DFE

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

Shades of Heliotrope #D27DFE

Tints of Heliotrope #D27DFE

Color information

#D27DFE (or 0xD27DFE) is unknown color: approx Heliotrope. HEX triplet: D2, 7D and FE. RGB value is (210,125,254). Sum of RGB (Red+Green+Blue) = 210+125+254=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #D27DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DFE is #2D8201. Grayscale: #A4A4A4. Windows color (decimal): -2982402 or 16678354. OLE color: 16678354.

HSL color Cylindrical-coordinate representation of color #D27DFE: hue angle of 279.53º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D27DFE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210125254-
CMYK0.170.5100.00
HSL279.53º98.47%74.31%-
HSV(B)279.53º50.79%99.61%-
XYZ51.835.5297.89-
YUV165.12178.16160.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 125 (49.22% from 255) = 21.22%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=35.65%
G=21.22%
B=43.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101252540.170.5100.00279.5398.4774.31
HexD27DFE113300118624a
Octal322175376216300430142112
Binary11010010111110111111110100011100110010001100011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DFE; }

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

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

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

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

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

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

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

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