#D27DFD

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

Shades of Heliotrope #D27DFD

Tints of Heliotrope #D27DFD

Color information

#D27DFD (or 0xD27DFD) is unknown color: approx Heliotrope. HEX triplet: D2, 7D and FD. RGB value is (210,125,253). Sum of RGB (Red+Green+Blue) = 210+125+253=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #D27DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DFD is #2D8202. Grayscale: #A4A4A4. Windows color (decimal): -2982403 or 16612818. OLE color: 16612818.

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

Color convert

RGB210125253-
CMYK0.170.5100.01
HSL279.84º96.97%74.12%-
HSV(B)279.84º50.59%99.22%-
XYZ51.6435.4697.05-
YUV165.01177.66160.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.71%
GREEN value IS 125 (49.22% from 255) = 21.26%
BLUE value IS 253 (99.22% from 255) = 43.03%
R=35.71%
G=21.26%
B=43.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101252530.170.5100.01279.8496.9774.12
HexD27DFD113301118614a
Octal322175375216301430141112
Binary11010010111110111111101100011100110110001100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DFD; }

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

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

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

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

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

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

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

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