#D77CA5

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

Shades of Pale Violet Red #D77CA5

Tints of Pale Violet Red #D77CA5

Color information

#D77CA5 (or 0xD77CA5) is unknown color: approx Pale Violet Red. HEX triplet: D7, 7C and A5. RGB value is (215,124,165). Sum of RGB (Red+Green+Blue) = 215+124+165=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77CA5 is #28835A. Grayscale: #9B9B9B. Windows color (decimal): -2655067 or 10845399. OLE color: 10845399.

HSL color Cylindrical-coordinate representation of color #D77CA5: hue angle of 332.97º 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 #D77CA5 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB215124165-
CMYK00.420.230.16
HSL332.97º53.22%66.47%-
HSV(B)332.97º42.33%84.31%-
XYZ42.0231.5839.48-
YUV155.88133.15170.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=42.66%
G=24.60%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512416500.420.230.16332.9753.2266.47
HexD77CA502A171014d3542
Octal327174245052272051565102
Binary11010111111110010100101010101010111100001010011011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77CA5; }

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

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

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

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

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

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

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

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