Html Css Color HEX #D87197 Pale Violet Red

📋 copy color: '#D87197'

red 216 ◦ green 113 ◦ blue 151

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

Shades of Pale Violet Red #D87197

Tints of Pale Violet Red #D87197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.46%

R = 45%
G = 23.54%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D87197 (or 0xD87197) is known color: Pale Violet Red. HEX triplet: D8, 71 and 97. RGB value is (216,113,151). Sum of RGB (Red+Green+Blue) = 216+113+151=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D87197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87197 is #278E68. Grayscale: #949494. Windows color (decimal): -2592361 or 9925080. OLE color: 9925080.

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

Color convert

RGB 216 113 151 -
CMYK 0 0.48 0.30 0.15
HSL 337.86º 0.57% 0.65% -
HSV(B) 337.86º 0.48% 0.85% -
XYZ 39.81 28.64 32.71 -
YUV 148.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 216 113 151 0 0.48 0.30 0.15 337.86 0.57 0.65
Hex D8 71 97 0 30 1E F 152 39 41
Octal 330 161 227 0 60 36 17 522 71 101
Binary 11011000 1110001 10010111 0 110000 11110 1111 101010010 111001 1000001

Color Harmonies of #D87197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87197

Black with #D87197

Text Example


Text Example

White with #D87197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87197; }

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

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

background-color css

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

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

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

border-color css

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

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

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