Html Css Color HEX #D77499 Pale Violet Red

📋 copy color: '#D77499'

red 215 ◦ green 116 ◦ blue 153

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

Shades of Pale Violet Red #D77499

Tints of Pale Violet Red #D77499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.61%

R = 44.42%
G = 23.97%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D77499 (or 0xD77499) is known color: Pale Violet Red. HEX triplet: D7, 74 and 99. RGB value is (215,116,153). Sum of RGB (Red+Green+Blue) = 215+116+153=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D77499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77499 is #288B66. Grayscale: #959595. Windows color (decimal): -2657127 or 10056919. OLE color: 10056919.

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

Color convert

RGB 215 116 153 -
CMYK 0 0.46 0.29 0.16
HSL 337.58º 0.55% 0.65% -
HSV(B) 337.58º 0.46% 0.84% -
XYZ 40.02 29.24 33.67 -
YUV 149.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 215 116 153 0 0.46 0.29 0.16 337.58 0.55 0.65
Hex D7 74 99 0 2E 1D 10 152 37 41
Octal 327 164 231 0 56 35 20 522 67 101
Binary 11010111 1110100 10011001 0 101110 11101 10000 101010010 110111 1000001

Color Harmonies of #D77499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77499

Black with #D77499

Text Example


Text Example

White with #D77499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77499; }

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

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

background-color css

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

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

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

border-color css

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

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

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