Html Css Color HEX #D96F93 Pale Violet Red

📋 copy color: '#D96F93'

red 217 ◦ green 111 ◦ blue 147

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

Shades of Pale Violet Red #D96F93

Tints of Pale Violet Red #D96F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.95%

R = 45.68%
G = 23.37%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D96F93 (or 0xD96F93) is known color: Pale Violet Red. HEX triplet: D9, 6F and 93. RGB value is (217,111,147). Sum of RGB (Red+Green+Blue) = 217+111+147=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96F93 is #26906C. Grayscale: #929292. Windows color (decimal): -2527341 or 9662425. OLE color: 9662425.

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

Color convert

RGB 217 111 147 -
CMYK 0 0.49 0.32 0.15
HSL 339.62º 0.58% 0.64% -
HSV(B) 339.62º 0.49% 0.85% -
XYZ 39.57 28.23 30.97 -
YUV 146.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 217 111 147 0 0.49 0.32 0.15 339.62 0.58 0.64
Hex D9 6F 93 0 31 20 F 154 3A 40
Octal 331 157 223 0 61 40 17 524 72 100
Binary 11011001 1101111 10010011 0 110001 100000 1111 101010100 111010 1000000

Color Harmonies of #D96F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F93

Black with #D96F93

Text Example


Text Example

White with #D96F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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