Html Css Color HEX #D76C99 Pale Violet Red

📋 copy color: '#D76C99'

red 215 ◦ green 108 ◦ blue 153

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

Shades of Pale Violet Red #D76C99

Tints of Pale Violet Red #D76C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.69%

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

R = 45.17%
G = 22.69%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D76C99 (or 0xD76C99) is known color: Pale Violet Red. HEX triplet: D7, 6C and 99. RGB value is (215,108,153). Sum of RGB (Red+Green+Blue) = 215+108+153=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C99 is #289366. Grayscale: #919191. Windows color (decimal): -2659175 or 10054871. OLE color: 10054871.

HSL color Cylindrical-coordinate representation of color #D76C99: hue angle of 334.77º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76C99 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 153 -
CMYK 0 0.50 0.29 0.16
HSL 334.77º 0.57% 0.63% -
HSV(B) 334.77º 0.5% 0.84% -
XYZ 39.14 27.47 33.38 -
YUV 145.12 132.45 177.84 -
System Red Green Blue C M Y K H S L
Decimal 215 108 153 0 0.50 0.29 0.16 334.77 0.57 0.63
Hex D7 6C 99 0 32 1D 10 14F 39 3F
Octal 327 154 231 0 62 35 20 517 71 77
Binary 11010111 1101100 10011001 0 110010 11101 10000 101001111 111001 111111

Color Harmonies of #D76C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C99

Black with #D76C99

Text Example


Text Example

White with #D76C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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