Html Css Color HEX #D96A8B Pale Violet Red

📋 copy color: '#D96A8B'

red 217 ◦ green 106 ◦ blue 139

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

Shades of Pale Violet Red #D96A8B

Tints of Pale Violet Red #D96A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 46.97%
G = 22.94%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D96A8B (or 0xD96A8B) is known color: Pale Violet Red. HEX triplet: D9, 6A and 8B. RGB value is (217,106,139). Sum of RGB (Red+Green+Blue) = 217+106+139=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A8B is #269574. Grayscale: #8E8E8E. Windows color (decimal): -2528629 or 9136857. OLE color: 9136857.

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

Color convert

RGB 217 106 139 -
CMYK 0 0.51 0.36 0.15
HSL 342.16º 0.59% 0.63% -
HSV(B) 342.16º 0.51% 0.85% -
XYZ 38.43 26.92 27.6 -
YUV 142.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 217 106 139 0 0.51 0.36 0.15 342.16 0.59 0.63
Hex D9 6A 8B 0 33 24 F 156 3B 3F
Octal 331 152 213 0 63 44 17 526 73 77
Binary 11011001 1101010 10001011 0 110011 100100 1111 101010110 111011 111111

Color Harmonies of #D96A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A8B

Black with #D96A8B

Text Example


Text Example

White with #D96A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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