Html Css Color HEX #D96F99 Pale Violet Red

📋 copy color: '#D96F99'

red 217 ◦ green 111 ◦ blue 153

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

Shades of Pale Violet Red #D96F99

Tints of Pale Violet Red #D96F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.08%

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

R = 45.11%
G = 23.08%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D96F99 (or 0xD96F99) is known color: Pale Violet Red. HEX triplet: D9, 6F and 99. RGB value is (217,111,153). Sum of RGB (Red+Green+Blue) = 217+111+153=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F99 is #269066. Grayscale: #939393. Windows color (decimal): -2527335 or 10055641. OLE color: 10055641.

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

Color convert

RGB 217 111 153 -
CMYK 0 0.49 0.29 0.15
HSL 336.23º 0.58% 0.64% -
HSV(B) 336.23º 0.49% 0.85% -
XYZ 40.05 28.42 33.51 -
YUV 147.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 217 111 153 0 0.49 0.29 0.15 336.23 0.58 0.64
Hex D9 6F 99 0 31 1D F 150 3A 40
Octal 331 157 231 0 61 35 17 520 72 100
Binary 11011001 1101111 10011001 0 110001 11101 1111 101010000 111010 1000000

Color Harmonies of #D96F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F99

Black with #D96F99

Text Example


Text Example

White with #D96F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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