Html Css Color HEX #D87191 Pale Violet Red

📋 copy color: '#D87191'

red 216 ◦ green 113 ◦ blue 145

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

Shades of Pale Violet Red #D87191

Tints of Pale Violet Red #D87191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.84%

 BLUE value IS 145 (57.03% from 255) = 30.59%

R = 45.57%
G = 23.84%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D87191 (or 0xD87191) is known color: Pale Violet Red. HEX triplet: D8, 71 and 91. RGB value is (216,113,145). Sum of RGB (Red+Green+Blue) = 216+113+145=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D87191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87191 is #278E6E. Grayscale: #939393. Windows color (decimal): -2592367 or 9531864. OLE color: 9531864.

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

Color convert

RGB 216 113 145 -
CMYK 0 0.48 0.33 0.15
HSL 341.36º 0.57% 0.65% -
HSV(B) 341.36º 0.48% 0.85% -
XYZ 39.33 28.45 30.21 -
YUV 147.45 126.62 176.9 -
System Red Green Blue C M Y K H S L
Decimal 216 113 145 0 0.48 0.33 0.15 341.36 0.57 0.65
Hex D8 71 91 0 30 21 F 155 39 41
Octal 330 161 221 0 60 41 17 525 71 101
Binary 11011000 1110001 10010001 0 110000 100001 1111 101010101 111001 1000001

Color Harmonies of #D87191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87191

Black with #D87191

Text Example


Text Example

White with #D87191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87191; }

 p { color: rgb(216,113,145); }

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

background-color css

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

 a { background-color: rgb(216,113,145); }

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

border-color css

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

 span { border-color: rgb(216,113,145); }

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