#D77DFD

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

Shades of Heliotrope #D77DFD

Tints of Heliotrope #D77DFD

Color information

#D77DFD (or 0xD77DFD) is unknown color: approx Heliotrope. HEX triplet: D7, 7D and FD. RGB value is (215,125,253). Sum of RGB (Red+Green+Blue) = 215+125+253=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #D77DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DFD is #288202. Grayscale: #A6A6A6. Windows color (decimal): -2654723 or 16612823. OLE color: 16612823.

HSL color Cylindrical-coordinate representation of color #D77DFD: hue angle of 282.19º 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 #D77DFD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB215125253-
CMYK0.150.5100.01
HSL282.19º96.97%74.12%-
HSV(B)282.19º50.59%99.22%-
XYZ53.0936.2197.12-
YUV166.5176.82162.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.26%
GREEN value IS 125 (49.22% from 255) = 21.08%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=36.26%
G=21.08%
B=42.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151252530.150.5100.01282.1996.9774.12
HexD77DFDF330111a614a
Octal327175375176301432141112
Binary1101011111111011111110111111100110110001101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77DFD; }

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

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

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

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

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

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

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

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