Html Css Color HEX #D87393 Pale Violet Red

📋 copy color: '#D87393'

red 216 ◦ green 115 ◦ blue 147

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

Shades of Pale Violet Red #D87393

Tints of Pale Violet Red #D87393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.06%

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

R = 45.19%
G = 24.06%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D87393 (or 0xD87393) is known color: Pale Violet Red. HEX triplet: D8, 73 and 93. RGB value is (216,115,147). Sum of RGB (Red+Green+Blue) = 216+115+147=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D87393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87393 is #278C6C. Grayscale: #949494. Windows color (decimal): -2591853 or 9663448. OLE color: 9663448.

HSL color Cylindrical-coordinate representation of color #D87393: hue angle of 340.99º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D87393 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 115 147 -
CMYK 0 0.47 0.32 0.15
HSL 340.99º 0.56% 0.65% -
HSV(B) 340.99º 0.47% 0.85% -
XYZ 39.72 28.97 31.1 -
YUV 148.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 216 115 147 0 0.47 0.32 0.15 340.99 0.56 0.65
Hex D8 73 93 0 2F 20 F 155 38 41
Octal 330 163 223 0 57 40 17 525 70 101
Binary 11011000 1110011 10010011 0 101111 100000 1111 101010101 111000 1000001

Color Harmonies of #D87393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87393

Black with #D87393

Text Example


Text Example

White with #D87393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87393; }

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

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

background-color css

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

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

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

border-color css

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

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

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