#D77CA8

Color #D77CA8 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D77CA8

Tints of Pale Violet Red #D77CA8

Color information

#D77CA8 (or 0xD77CA8) is unknown color: approx Pale Violet Red. HEX triplet: D7, 7C and A8. RGB value is (215,124,168). Sum of RGB (Red+Green+Blue) = 215+124+168=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77CA8 is #288357. Grayscale: #9C9C9C. Windows color (decimal): -2655064 or 11042007. OLE color: 11042007.

HSL color Cylindrical-coordinate representation of color #D77CA8: hue angle of 330.99º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77CA8 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB215124168-
CMYK00.420.220.16
HSL330.99º53.22%66.47%-
HSV(B)330.99º42.33%84.31%-
XYZ42.331.6940.93-
YUV156.22134.65169.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.41%
GREEN value IS 124 (48.83% from 255) = 24.46%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=42.41%
G=24.46%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512416800.420.220.16330.9953.2266.47
HexD77CA802A161014b3542
Octal327174250052262051365102
Binary11010111111110010101000010101010110100001010010111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77CA8; }

 p { color: rgb(215,124,168); }

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

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

 a { background-color: rgb(215,124,168); }

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

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

 span { border-color: rgb(215,124,168); }

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