Html Css Color HEX #D87193 Pale Violet Red

📋 copy color: '#D87193'

red 216 ◦ green 113 ◦ blue 147

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

Shades of Pale Violet Red #D87193

Tints of Pale Violet Red #D87193

RGB

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

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

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

R = 45.38%
G = 23.74%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D87193 (or 0xD87193) is known color: Pale Violet Red. HEX triplet: D8, 71 and 93. RGB value is (216,113,147). Sum of RGB (Red+Green+Blue) = 216+113+147=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D87193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87193 is #278E6C. Grayscale: #939393. Windows color (decimal): -2592365 or 9662936. OLE color: 9662936.

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

Color convert

RGB 216 113 147 -
CMYK 0 0.48 0.32 0.15
HSL 340.19º 0.57% 0.65% -
HSV(B) 340.19º 0.48% 0.85% -
XYZ 39.49 28.52 31.03 -
YUV 147.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 216 113 147 0 0.48 0.32 0.15 340.19 0.57 0.65
Hex D8 71 93 0 30 20 F 154 39 41
Octal 330 161 223 0 60 40 17 524 71 101
Binary 11011000 1110001 10010011 0 110000 100000 1111 101010100 111001 1000001

Color Harmonies of #D87193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87193

Black with #D87193

Text Example


Text Example

White with #D87193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87193; }

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

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

background-color css

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

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

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

border-color css

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

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

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