Html Css Color HEX #D96A8F Pale Violet Red

📋 copy color: '#D96A8F'

red 217 ◦ green 106 ◦ blue 143

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

Shades of Pale Violet Red #D96A8F

Tints of Pale Violet Red #D96A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.75%

 BLUE value IS 143 (56.25% from 255) = 30.69%

R = 46.57%
G = 22.75%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D96A8F (or 0xD96A8F) is known color: Pale Violet Red. HEX triplet: D9, 6A and 8F. RGB value is (217,106,143). Sum of RGB (Red+Green+Blue) = 217+106+143=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A8F is #269570. Grayscale: #8F8F8F. Windows color (decimal): -2528625 or 9399001. OLE color: 9399001.

HSL color Cylindrical-coordinate representation of color #D96A8F: hue angle of 340º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96A8F is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 106 143 -
CMYK 0 0.51 0.34 0.15
HSL 340º 0.59% 0.63% -
HSV(B) 340º 0.51% 0.85% -
XYZ 38.73 27.04 29.17 -
YUV 143.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 217 106 143 0 0.51 0.34 0.15 340 0.59 0.63
Hex D9 6A 8F 0 33 22 F 154 3B 3F
Octal 331 152 217 0 63 42 17 524 73 77
Binary 11011001 1101010 10001111 0 110011 100010 1111 101010100 111011 111111

Color Harmonies of #D96A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A8F

Black with #D96A8F

Text Example


Text Example

White with #D96A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A8F; }

 p { color: rgb(217,106,143); }

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

background-color css

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

 a { background-color: rgb(217,106,143); }

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

border-color css

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

 span { border-color: rgb(217,106,143); }

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