Html Css Color HEX #D87A93 Pale Violet Red

📋 copy color: '#D87A93'

red 216 ◦ green 122 ◦ blue 147

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

Shades of Pale Violet Red #D87A93

Tints of Pale Violet Red #D87A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.31%

R = 44.54%
G = 25.15%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D87A93 (or 0xD87A93) is known color: Pale Violet Red. HEX triplet: D8, 7A and 93. RGB value is (216,122,147). Sum of RGB (Red+Green+Blue) = 216+122+147=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87A93 is #27856C. Grayscale: #989898. Windows color (decimal): -2590061 or 9665240. OLE color: 9665240.

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

Color convert

RGB 216 122 147 -
CMYK 0 0.44 0.32 0.15
HSL 344.04º 0.55% 0.66% -
HSV(B) 344.04º 0.44% 0.85% -
XYZ 40.54 30.62 31.38 -
YUV 152.96 124.64 172.97 -
System Red Green Blue C M Y K H S L
Decimal 216 122 147 0 0.44 0.32 0.15 344.04 0.55 0.66
Hex D8 7A 93 0 2C 20 F 158 37 42
Octal 330 172 223 0 54 40 17 530 67 102
Binary 11011000 1111010 10010011 0 101100 100000 1111 101011000 110111 1000010

Color Harmonies of #D87A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87A93

Black with #D87A93

Text Example


Text Example

White with #D87A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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