Html Css Color HEX #D87996 Pale Violet Red

📋 copy color: '#D87996'

red 216 ◦ green 121 ◦ blue 150

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

Shades of Pale Violet Red #D87996

Tints of Pale Violet Red #D87996

RGB

 RED value IS 216 (84.77% from 255) = 44.35%

 GREEN value IS 121 (47.66% from 255) = 24.85%

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

R = 44.35%
G = 24.85%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D87996 (or 0xD87996) is known color: Pale Violet Red. HEX triplet: D8, 79 and 96. RGB value is (216,121,150). Sum of RGB (Red+Green+Blue) = 216+121+150=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D87996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87996 is #278669. Grayscale: #989898. Windows color (decimal): -2590314 or 9861592. OLE color: 9861592.

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

Color convert

RGB 216 121 150 -
CMYK 0 0.44 0.31 0.15
HSL 341.68º 0.55% 0.66% -
HSV(B) 341.68º 0.44% 0.85% -
XYZ 40.66 30.48 32.59 -
YUV 152.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 216 121 150 0 0.44 0.31 0.15 341.68 0.55 0.66
Hex D8 79 96 0 2C 1F F 156 37 42
Octal 330 171 226 0 54 37 17 526 67 102
Binary 11011000 1111001 10010110 0 101100 11111 1111 101010110 110111 1000010

Color Harmonies of #D87996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87996

Black with #D87996

Text Example


Text Example

White with #D87996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87996; }

 p { color: rgb(216,121,150); }

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

background-color css

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

 a { background-color: rgb(216,121,150); }

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

border-color css

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

 span { border-color: rgb(216,121,150); }

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