Html Css Color HEX #D77CA2 Pale Violet Red

📋 copy color: '#D77CA2'

red 215 ◦ green 124 ◦ blue 162

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

Shades of Pale Violet Red #D77CA2

Tints of Pale Violet Red #D77CA2

RGB

 RED value IS 215 (84.38% from 255) = 42.91%

 GREEN value IS 124 (48.83% from 255) = 24.75%

 BLUE value IS 162 (63.67% from 255) = 32.34%

R = 42.91%
G = 24.75%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D77CA2 (or 0xD77CA2) is known color: Pale Violet Red. HEX triplet: D7, 7C and A2. RGB value is (215,124,162). Sum of RGB (Red+Green+Blue) = 215+124+162=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77CA2 is #28835D. Grayscale: #9B9B9B. Windows color (decimal): -2655070 or 10648791. OLE color: 10648791.

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

Color convert

RGB 215 124 162 -
CMYK 0 0.42 0.25 0.16
HSL 334.95º 0.53% 0.66% -
HSV(B) 334.95º 0.42% 0.84% -
XYZ 41.75 31.47 38.06 -
YUV 155.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 215 124 162 0 0.42 0.25 0.16 334.95 0.53 0.66
Hex D7 7C A2 0 2A 19 10 14F 35 42
Octal 327 174 242 0 52 31 20 517 65 102
Binary 11010111 1111100 10100010 0 101010 11001 10000 101001111 110101 1000010

Color Harmonies of #D77CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CA2

Black with #D77CA2

Text Example


Text Example

White with #D77CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CA2; }

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

 H1.HeaderClassName
 {
   color: #D77CA2;
 }
 .AnyTagClassName
 {
   color: #D77CA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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