Html Css Color HEX #D96F96 Pale Violet Red

📋 copy color: '#D96F96'

red 217 ◦ green 111 ◦ blue 150

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

Shades of Pale Violet Red #D96F96

Tints of Pale Violet Red #D96F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.38%

R = 45.4%
G = 23.22%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D96F96 (or 0xD96F96) is known color: Pale Violet Red. HEX triplet: D9, 6F and 96. RGB value is (217,111,150). Sum of RGB (Red+Green+Blue) = 217+111+150=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F96 is #269069. Grayscale: #939393. Windows color (decimal): -2527338 or 9859033. OLE color: 9859033.

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

Color convert

RGB 217 111 150 -
CMYK 0 0.49 0.31 0.15
HSL 337.92º 0.58% 0.64% -
HSV(B) 337.92º 0.49% 0.85% -
XYZ 39.8 28.32 32.22 -
YUV 147.14 129.62 177.83 -
System Red Green Blue C M Y K H S L
Decimal 217 111 150 0 0.49 0.31 0.15 337.92 0.58 0.64
Hex D9 6F 96 0 31 1F F 152 3A 40
Octal 331 157 226 0 61 37 17 522 72 100
Binary 11011001 1101111 10010110 0 110001 11111 1111 101010010 111010 1000000

Color Harmonies of #D96F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F96

Black with #D96F96

Text Example


Text Example

White with #D96F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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