Html Css Color HEX #D77CA0 Pale Violet Red

📋 copy color: '#D77CA0'

red 215 ◦ green 124 ◦ blue 160

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

Shades of Pale Violet Red #D77CA0

Tints of Pale Violet Red #D77CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.06%

R = 43.09%
G = 24.85%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D77CA0 (or 0xD77CA0) is known color: Pale Violet Red. HEX triplet: D7, 7C and A0. RGB value is (215,124,160). Sum of RGB (Red+Green+Blue) = 215+124+160=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77CA0 is #28835F. Grayscale: #9B9B9B. Windows color (decimal): -2655072 or 10517719. OLE color: 10517719.

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

Color convert

RGB 215 124 160 -
CMYK 0 0.42 0.26 0.16
HSL 336.26º 0.53% 0.66% -
HSV(B) 336.26º 0.42% 0.84% -
XYZ 41.58 31.4 37.13 -
YUV 155.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 215 124 160 0 0.42 0.26 0.16 336.26 0.53 0.66
Hex D7 7C A0 0 2A 1A 10 150 35 42
Octal 327 174 240 0 52 32 20 520 65 102
Binary 11010111 1111100 10100000 0 101010 11010 10000 101010000 110101 1000010

Color Harmonies of #D77CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CA0

Black with #D77CA0

Text Example


Text Example

White with #D77CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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