Html Css Color HEX #D96C99 Pale Violet Red

📋 copy color: '#D96C99'

red 217 ◦ green 108 ◦ blue 153

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

Shades of Pale Violet Red #D96C99

Tints of Pale Violet Red #D96C99

RGB

 RED value IS 217 (85.16% from 255) = 45.4%

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

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

R = 45.4%
G = 22.59%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D96C99 (or 0xD96C99) is known color: Pale Violet Red. HEX triplet: D9, 6C and 99. RGB value is (217,108,153). Sum of RGB (Red+Green+Blue) = 217+108+153=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96C99 is #269366. Grayscale: #919191. Windows color (decimal): -2528103 or 10054873. OLE color: 10054873.

HSL color Cylindrical-coordinate representation of color #D96C99: hue angle of 335.23º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96C99 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 108 153 -
CMYK 0 0.50 0.29 0.15
HSL 335.23º 0.59% 0.64% -
HSV(B) 335.23º 0.5% 0.85% -
XYZ 39.73 27.78 33.4 -
YUV 145.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 217 108 153 0 0.50 0.29 0.15 335.23 0.59 0.64
Hex D9 6C 99 0 32 1D F 14F 3B 40
Octal 331 154 231 0 62 35 17 517 73 100
Binary 11011001 1101100 10011001 0 110010 11101 1111 101001111 111011 1000000

Color Harmonies of #D96C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C99

Black with #D96C99

Text Example


Text Example

White with #D96C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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