Html Css Color HEX #D77299 Pale Violet Red

📋 copy color: '#D77299'

red 215 ◦ green 114 ◦ blue 153

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

Shades of Pale Violet Red #D77299

Tints of Pale Violet Red #D77299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

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

R = 44.61%
G = 23.65%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D77299 (or 0xD77299) is known color: Pale Violet Red. HEX triplet: D7, 72 and 99. RGB value is (215,114,153). Sum of RGB (Red+Green+Blue) = 215+114+153=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D77299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77299 is #288D66. Grayscale: #949494. Windows color (decimal): -2657639 or 10056407. OLE color: 10056407.

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

Color convert

RGB 215 114 153 -
CMYK 0 0.47 0.29 0.16
HSL 336.83º 0.56% 0.65% -
HSV(B) 336.83º 0.47% 0.84% -
XYZ 39.79 28.78 33.6 -
YUV 148.65 130.46 175.33 -
System Red Green Blue C M Y K H S L
Decimal 215 114 153 0 0.47 0.29 0.16 336.83 0.56 0.65
Hex D7 72 99 0 2F 1D 10 151 38 41
Octal 327 162 231 0 57 35 20 521 70 101
Binary 11010111 1110010 10011001 0 101111 11101 10000 101010001 111000 1000001

Color Harmonies of #D77299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77299

Black with #D77299

Text Example


Text Example

White with #D77299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77299; }

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

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

background-color css

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

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

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

border-color css

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

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

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