Html Css Color HEX #D87293 Pale Violet Red

📋 copy color: '#D87293'

red 216 ◦ green 114 ◦ blue 147

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

Shades of Pale Violet Red #D87293

Tints of Pale Violet Red #D87293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.9%

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

R = 45.28%
G = 23.9%
B = 30.82%

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

#D87293 (or 0xD87293) is known color: Pale Violet Red. HEX triplet: D8, 72 and 93. RGB value is (216,114,147). Sum of RGB (Red+Green+Blue) = 216+114+147=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D87293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87293 is #278D6C. Grayscale: #949494. Windows color (decimal): -2592109 or 9663192. OLE color: 9663192.

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

Color convert

RGB 216 114 147 -
CMYK 0 0.47 0.32 0.15
HSL 340.59º 0.57% 0.65% -
HSV(B) 340.59º 0.47% 0.85% -
XYZ 39.6 28.74 31.06 -
YUV 148.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 216 114 147 0 0.47 0.32 0.15 340.59 0.57 0.65
Hex D8 72 93 0 2F 20 F 155 39 41
Octal 330 162 223 0 57 40 17 525 71 101
Binary 11011000 1110010 10010011 0 101111 100000 1111 101010101 111001 1000001

Color Harmonies of #D87293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87293

Black with #D87293

Text Example


Text Example

White with #D87293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87293; }

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

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

background-color css

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

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

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

border-color css

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

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

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