Html Css Color HEX #D87C9A Pale Violet Red

📋 copy color: '#D87C9A'

red 216 ◦ green 124 ◦ blue 154

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

Shades of Pale Violet Red #D87C9A

Tints of Pale Violet Red #D87C9A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.1%

 BLUE value IS 154 (60.55% from 255) = 31.17%

R = 43.72%
G = 25.1%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D87C9A (or 0xD87C9A) is known color: Pale Violet Red. HEX triplet: D8, 7C and 9A. RGB value is (216,124,154). Sum of RGB (Red+Green+Blue) = 216+124+154=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87C9A is #278365. Grayscale: #9A9A9A. Windows color (decimal): -2589542 or 10124504. OLE color: 10124504.

HSL color Cylindrical-coordinate representation of color #D87C9A: hue angle of 340.43º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87C9A is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 124 154 -
CMYK 0 0.43 0.29 0.15
HSL 340.43º 0.54% 0.67% -
HSV(B) 340.43º 0.43% 0.85% -
XYZ 41.36 31.35 34.44 -
YUV 154.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 216 124 154 0 0.43 0.29 0.15 340.43 0.54 0.67
Hex D8 7C 9A 0 2B 1D F 154 36 43
Octal 330 174 232 0 53 35 17 524 66 103
Binary 11011000 1111100 10011010 0 101011 11101 1111 101010100 110110 1000011

Color Harmonies of #D87C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87C9A

Black with #D87C9A

Text Example


Text Example

White with #D87C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87C9A; }

 p { color: rgb(216,124,154); }

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

background-color css

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

 a { background-color: rgb(216,124,154); }

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

border-color css

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

 span { border-color: rgb(216,124,154); }

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