Html Css Color HEX #D96F9A Pale Violet Red

📋 copy color: '#D96F9A'

red 217 ◦ green 111 ◦ blue 154

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

Shades of Pale Violet Red #D96F9A

Tints of Pale Violet Red #D96F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.95%

R = 45.02%
G = 23.03%
B = 31.95%

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

#D96F9A (or 0xD96F9A) is known color: Pale Violet Red. HEX triplet: D9, 6F and 9A. RGB value is (217,111,154). Sum of RGB (Red+Green+Blue) = 217+111+154=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F9A is #269065. Grayscale: #939393. Windows color (decimal): -2527334 or 10121177. OLE color: 10121177.

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

Color convert

RGB 217 111 154 -
CMYK 0 0.49 0.29 0.15
HSL 335.66º 0.58% 0.64% -
HSV(B) 335.66º 0.49% 0.85% -
XYZ 40.13 28.45 33.95 -
YUV 147.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 217 111 154 0 0.49 0.29 0.15 335.66 0.58 0.64
Hex D9 6F 9A 0 31 1D F 150 3A 40
Octal 331 157 232 0 61 35 17 520 72 100
Binary 11011001 1101111 10011010 0 110001 11101 1111 101010000 111010 1000000

Color Harmonies of #D96F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F9A

Black with #D96F9A

Text Example


Text Example

White with #D96F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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