Html Css Color HEX #D87A9D Pale Violet Red

📋 copy color: '#D87A9D'

red 216 ◦ green 122 ◦ blue 157

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

Shades of Pale Violet Red #D87A9D

Tints of Pale Violet Red #D87A9D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.65%

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 43.64%
G = 24.65%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D87A9D (or 0xD87A9D) is known color: Pale Violet Red. HEX triplet: D8, 7A and 9D. RGB value is (216,122,157). Sum of RGB (Red+Green+Blue) = 216+122+157=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87A9D is #278562. Grayscale: #9A9A9A. Windows color (decimal): -2590051 or 10320600. OLE color: 10320600.

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

Color convert

RGB 216 122 157 -
CMYK 0 0.44 0.27 0.15
HSL 337.66º 0.55% 0.66% -
HSV(B) 337.66º 0.44% 0.85% -
XYZ 41.36 30.95 35.69 -
YUV 154.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 216 122 157 0 0.44 0.27 0.15 337.66 0.55 0.66
Hex D8 7A 9D 0 2C 1B F 152 37 42
Octal 330 172 235 0 54 33 17 522 67 102
Binary 11011000 1111010 10011101 0 101100 11011 1111 101010010 110111 1000010

Color Harmonies of #D87A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87A9D

Black with #D87A9D

Text Example


Text Example

White with #D87A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87A9D; }

 p { color: rgb(216,122,157); }

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

background-color css

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

 a { background-color: rgb(216,122,157); }

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

border-color css

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

 span { border-color: rgb(216,122,157); }

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