Html Css Color HEX #D87993 Pale Violet Red

📋 copy color: '#D87993'

red 216 ◦ green 121 ◦ blue 147

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

Shades of Pale Violet Red #D87993

Tints of Pale Violet Red #D87993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25%

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

R = 44.63%
G = 25%
B = 30.37%

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

#D87993 (or 0xD87993) is known color: Pale Violet Red. HEX triplet: D8, 79 and 93. RGB value is (216,121,147). Sum of RGB (Red+Green+Blue) = 216+121+147=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D87993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87993 is #27866C. Grayscale: #989898. Windows color (decimal): -2590317 or 9664984. OLE color: 9664984.

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

Color convert

RGB 216 121 147 -
CMYK 0 0.44 0.32 0.15
HSL 343.58º 0.55% 0.66% -
HSV(B) 343.58º 0.44% 0.85% -
XYZ 40.42 30.38 31.34 -
YUV 152.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 216 121 147 0 0.44 0.32 0.15 343.58 0.55 0.66
Hex D8 79 93 0 2C 20 F 158 37 42
Octal 330 171 223 0 54 40 17 530 67 102
Binary 11011000 1111001 10010011 0 101100 100000 1111 101011000 110111 1000010

Color Harmonies of #D87993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87993

Black with #D87993

Text Example


Text Example

White with #D87993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87993; }

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

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

background-color css

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

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

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

border-color css

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

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

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