Html Css Color HEX #D77497 Pale Violet Red

📋 copy color: '#D77497'

red 215 ◦ green 116 ◦ blue 151

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

Shades of Pale Violet Red #D77497

Tints of Pale Violet Red #D77497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.07%

 BLUE value IS 151 (59.38% from 255) = 31.33%

R = 44.61%
G = 24.07%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D77497 (or 0xD77497) is known color: Pale Violet Red. HEX triplet: D7, 74 and 97. RGB value is (215,116,151). Sum of RGB (Red+Green+Blue) = 215+116+151=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D77497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77497 is #288B68. Grayscale: #959595. Windows color (decimal): -2657129 or 9925847. OLE color: 9925847.

HSL color Cylindrical-coordinate representation of color #D77497: hue angle of 338.79º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77497 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 116 151 -
CMYK 0 0.46 0.30 0.16
HSL 338.79º 0.55% 0.65% -
HSV(B) 338.79º 0.46% 0.84% -
XYZ 39.86 29.17 32.81 -
YUV 149.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 215 116 151 0 0.46 0.30 0.16 338.79 0.55 0.65
Hex D7 74 97 0 2E 1E 10 153 37 41
Octal 327 164 227 0 56 36 20 523 67 101
Binary 11010111 1110100 10010111 0 101110 11110 10000 101010011 110111 1000001

Color Harmonies of #D77497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77497

Black with #D77497

Text Example


Text Example

White with #D77497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77497; }

 p { color: rgb(215,116,151); }

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

background-color css

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

 a { background-color: rgb(215,116,151); }

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

border-color css

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

 span { border-color: rgb(215,116,151); }

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