Html Css Color HEX #D87394 Pale Violet Red

📋 copy color: '#D87394'

red 216 ◦ green 115 ◦ blue 148

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

Shades of Pale Violet Red #D87394

Tints of Pale Violet Red #D87394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.9%

R = 45.09%
G = 24.01%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D87394 (or 0xD87394) is known color: Pale Violet Red. HEX triplet: D8, 73 and 94. RGB value is (216,115,148). Sum of RGB (Red+Green+Blue) = 216+115+148=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D87394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87394 is #278C6B. Grayscale: #949494. Windows color (decimal): -2591852 or 9728984. OLE color: 9728984.

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

Color convert

RGB 216 115 148 -
CMYK 0 0.47 0.31 0.15
HSL 340.4º 0.56% 0.65% -
HSV(B) 340.4º 0.47% 0.85% -
XYZ 39.79 29 31.52 -
YUV 148.96 127.46 175.82 -
System Red Green Blue C M Y K H S L
Decimal 216 115 148 0 0.47 0.31 0.15 340.4 0.56 0.65
Hex D8 73 94 0 2F 1F F 154 38 41
Octal 330 163 224 0 57 37 17 524 70 101
Binary 11011000 1110011 10010100 0 101111 11111 1111 101010100 111000 1000001

Color Harmonies of #D87394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87394

Black with #D87394

Text Example


Text Example

White with #D87394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87394; }

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

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

background-color css

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

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

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

border-color css

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

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

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