#D77CA6

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

Shades of Pale Violet Red #D77CA6

Tints of Pale Violet Red #D77CA6

Color information

#D77CA6 (or 0xD77CA6) is unknown color: approx Pale Violet Red. HEX triplet: D7, 7C and A6. RGB value is (215,124,166). Sum of RGB (Red+Green+Blue) = 215+124+166=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77CA6 is #288359. Grayscale: #9B9B9B. Windows color (decimal): -2655066 or 10910935. OLE color: 10910935.

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

Color convert

RGB215124166-
CMYK00.420.230.16
HSL332.31º53.22%66.47%-
HSV(B)332.31º42.33%84.31%-
XYZ42.1131.6239.96-
YUV156133.65170.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.57%
GREEN value IS 124 (48.83% from 255) = 24.55%
BLUE value IS 166 (65.23% from 255) = 32.87%
R=42.57%
G=24.55%
B=32.87%

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
Decimal21512416600.420.230.16332.3153.2266.47
HexD77CA602A171014c3542
Octal327174246052272051465102
Binary11010111111110010100110010101010111100001010011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77CA6; }

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

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

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

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

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

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

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

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