Html Css Color HEX #D96896 Pale Violet Red

📋 copy color: '#D96896'

red 217 ◦ green 104 ◦ blue 150

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

Shades of Pale Violet Red #D96896

Tints of Pale Violet Red #D96896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.85%

R = 46.07%
G = 22.08%
B = 31.85%

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

#D96896 (or 0xD96896) is known color: Pale Violet Red. HEX triplet: D9, 68 and 96. RGB value is (217,104,150). Sum of RGB (Red+Green+Blue) = 217+104+150=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D96896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96896 is #269769. Grayscale: #8E8E8E. Windows color (decimal): -2529130 or 9857241. OLE color: 9857241.

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

Color convert

RGB 217 104 150 -
CMYK 0 0.52 0.31 0.15
HSL 335.58º 0.6% 0.63% -
HSV(B) 335.58º 0.52% 0.85% -
XYZ 39.07 26.85 31.98 -
YUV 143.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 217 104 150 0 0.52 0.31 0.15 335.58 0.6 0.63
Hex D9 68 96 0 34 1F F 150 3C 3F
Octal 331 150 226 0 64 37 17 520 74 77
Binary 11011001 1101000 10010110 0 110100 11111 1111 101010000 111100 111111

Color Harmonies of #D96896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96896

Black with #D96896

Text Example


Text Example

White with #D96896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96896; }

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

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

background-color css

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

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

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

border-color css

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

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

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