Html Css Color HEX #D87096 Pale Violet Red

📋 copy color: '#D87096'

red 216 ◦ green 112 ◦ blue 150

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

Shades of Pale Violet Red #D87096

Tints of Pale Violet Red #D87096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.43%

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

R = 45.19%
G = 23.43%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D87096 (or 0xD87096) is known color: Pale Violet Red. HEX triplet: D8, 70 and 96. RGB value is (216,112,150). Sum of RGB (Red+Green+Blue) = 216+112+150=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D87096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87096 is #278F69. Grayscale: #939393. Windows color (decimal): -2592618 or 9859288. OLE color: 9859288.

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

Color convert

RGB 216 112 150 -
CMYK 0 0.48 0.31 0.15
HSL 338.08º 0.57% 0.64% -
HSV(B) 338.08º 0.48% 0.85% -
XYZ 39.62 28.39 32.25 -
YUV 147.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 216 112 150 0 0.48 0.31 0.15 338.08 0.57 0.64
Hex D8 70 96 0 30 1F F 152 39 40
Octal 330 160 226 0 60 37 17 522 71 100
Binary 11011000 1110000 10010110 0 110000 11111 1111 101010010 111001 1000000

Color Harmonies of #D87096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87096

Black with #D87096

Text Example


Text Example

White with #D87096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87096; }

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

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

background-color css

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

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

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

border-color css

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

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

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