Html Css Color HEX #D77CA6 Pale Violet Red

📋 copy color: '#D77CA6'

red 215 ◦ green 124 ◦ blue 166

#D77CA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #D77CA6

Tints of Pale Violet Red #D77CA6

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 value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D77CA6 (or 0xD77CA6) is known color: 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

RGB 215 124 166 -
CMYK 0 0.42 0.23 0.16
HSL 332.31º 0.53% 0.66% -
HSV(B) 332.31º 0.42% 0.84% -
XYZ 42.11 31.62 39.96 -
YUV 156 133.65 170.08 -
System Red Green Blue C M Y K H S L
Decimal 215 124 166 0 0.42 0.23 0.16 332.31 0.53 0.66
Hex D7 7C A6 0 2A 17 10 14C 35 42
Octal 327 174 246 0 52 27 20 514 65 102
Binary 11010111 1111100 10100110 0 101010 10111 10000 101001100 110101 1000010

Color Harmonies of #D77CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CA6

Black with #D77CA6

Text Example


Text Example

White with #D77CA6

Text Example


Text Example

HTML Codes & Css Web 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>