Html Css Color HEX #D96895 Pale Violet Red

📋 copy color: '#D96895'

red 217 ◦ green 104 ◦ blue 149

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

Shades of Pale Violet Red #D96895

Tints of Pale Violet Red #D96895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.13%

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 46.17%
G = 22.13%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D96895 (or 0xD96895) is known color: Pale Violet Red. HEX triplet: D9, 68 and 95. RGB value is (217,104,149). Sum of RGB (Red+Green+Blue) = 217+104+149=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D96895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96895 is #26976A. Grayscale: #8E8E8E. Windows color (decimal): -2529131 or 9791705. OLE color: 9791705.

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

Color convert

RGB 217 104 149 -
CMYK 0 0.52 0.31 0.15
HSL 336.11º 0.6% 0.63% -
HSV(B) 336.11º 0.52% 0.85% -
XYZ 38.99 26.82 31.56 -
YUV 142.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 217 104 149 0 0.52 0.31 0.15 336.11 0.6 0.63
Hex D9 68 95 0 34 1F F 150 3C 3F
Octal 331 150 225 0 64 37 17 520 74 77
Binary 11011001 1101000 10010101 0 110100 11111 1111 101010000 111100 111111

Color Harmonies of #D96895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96895

Black with #D96895

Text Example


Text Example

White with #D96895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96895; }

 p { color: rgb(217,104,149); }

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

background-color css

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

 a { background-color: rgb(217,104,149); }

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

border-color css

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

 span { border-color: rgb(217,104,149); }

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