Html Css Color HEX #D96A92 Pale Violet Red

📋 copy color: '#D96A92'

red 217 ◦ green 106 ◦ blue 146

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

Shades of Pale Violet Red #D96A92

Tints of Pale Violet Red #D96A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.13%

R = 46.27%
G = 22.6%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D96A92 (or 0xD96A92) is known color: Pale Violet Red. HEX triplet: D9, 6A and 92. RGB value is (217,106,146). Sum of RGB (Red+Green+Blue) = 217+106+146=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96A92 is #26956D. Grayscale: #8F8F8F. Windows color (decimal): -2528622 or 9595609. OLE color: 9595609.

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

Color convert

RGB 217 106 146 -
CMYK 0 0.51 0.33 0.15
HSL 338.38º 0.59% 0.63% -
HSV(B) 338.38º 0.51% 0.85% -
XYZ 38.96 27.14 30.38 -
YUV 143.75 129.27 180.25 -
System Red Green Blue C M Y K H S L
Decimal 217 106 146 0 0.51 0.33 0.15 338.38 0.59 0.63
Hex D9 6A 92 0 33 21 F 152 3B 3F
Octal 331 152 222 0 63 41 17 522 73 77
Binary 11011001 1101010 10010010 0 110011 100001 1111 101010010 111011 111111

Color Harmonies of #D96A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A92

Black with #D96A92

Text Example


Text Example

White with #D96A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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