Html Css Color HEX #D87295 Pale Violet Red

📋 copy color: '#D87295'

red 216 ◦ green 114 ◦ blue 149

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

Shades of Pale Violet Red #D87295

Tints of Pale Violet Red #D87295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.11%

R = 45.09%
G = 23.8%
B = 31.11%

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

#D87295 (or 0xD87295) is known color: Pale Violet Red. HEX triplet: D8, 72 and 95. RGB value is (216,114,149). Sum of RGB (Red+Green+Blue) = 216+114+149=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D87295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87295 is #278D6A. Grayscale: #949494. Windows color (decimal): -2592107 or 9794264. OLE color: 9794264.

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

Color convert

RGB 216 114 149 -
CMYK 0 0.47 0.31 0.15
HSL 339.41º 0.57% 0.65% -
HSV(B) 339.41º 0.47% 0.85% -
XYZ 39.76 28.8 31.9 -
YUV 148.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 216 114 149 0 0.47 0.31 0.15 339.41 0.57 0.65
Hex D8 72 95 0 2F 1F F 153 39 41
Octal 330 162 225 0 57 37 17 523 71 101
Binary 11011000 1110010 10010101 0 101111 11111 1111 101010011 111001 1000001

Color Harmonies of #D87295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87295

Black with #D87295

Text Example


Text Example

White with #D87295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87295; }

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

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

background-color css

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

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

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

border-color css

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

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

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