#d77ae8

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

Shades of Heliotrope #D77AE8

Tints of Heliotrope #D77AE8

Color information

#D77AE8 (or 0xD77AE8) is unknown color: approx Heliotrope. HEX triplet: D7, 7A and E8. RGB value is (215,122,232). Sum of RGB (Red+Green+Blue) = 215+122+232=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #D77AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77AE8 is #288517. Grayscale: #A2A2A2. Windows color (decimal): -2655512 or 15235799. OLE color: 15235799.

HSL color Cylindrical-coordinate representation of color #D77AE8: hue angle of 290.73º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77AE8 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB215122232-
CMYK0.070.4700.09
HSL290.73º70.51%69.41%-
HSV(B)290.73º47.41%90.98%-
XYZ49.5534.1980.33-
YUV162.35167.31165.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.79%
GREEN value IS 122 (48.05% from 255) = 21.44%
BLUE value IS 232 (91.02% from 255) = 40.77%
R=37.79%
G=21.44%
B=40.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2151222320.070.4700.09290.7370.5169.41
HexD77AE872F091234745
Octal327172350757011443107105
Binary110101111111010111010001111011110100110010001110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d77ae8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d77ae8; }

 p { color: rgb(215,122,232); }

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

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

 a { background-color: rgb(215,122,232); }

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

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

 span { border-color: rgb(215,122,232); }

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