Html Css Color HEX #D87491 Pale Violet Red

📋 copy color: '#D87491'

red 216 ◦ green 116 ◦ blue 145

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

Shades of Pale Violet Red #D87491

Tints of Pale Violet Red #D87491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.32%

 BLUE value IS 145 (57.03% from 255) = 30.4%

R = 45.28%
G = 24.32%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D87491 (or 0xD87491) is known color: Pale Violet Red. HEX triplet: D8, 74 and 91. RGB value is (216,116,145). Sum of RGB (Red+Green+Blue) = 216+116+145=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D87491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87491 is #278B6E. Grayscale: #959595. Windows color (decimal): -2591599 or 9532632. OLE color: 9532632.

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

Color convert

RGB 216 116 145 -
CMYK 0 0.46 0.33 0.15
HSL 342.6º 0.56% 0.65% -
HSV(B) 342.6º 0.46% 0.85% -
XYZ 39.68 29.13 30.32 -
YUV 149.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 216 116 145 0 0.46 0.33 0.15 342.6 0.56 0.65
Hex D8 74 91 0 2E 21 F 157 38 41
Octal 330 164 221 0 56 41 17 527 70 101
Binary 11011000 1110100 10010001 0 101110 100001 1111 101010111 111000 1000001

Color Harmonies of #D87491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87491

Black with #D87491

Text Example


Text Example

White with #D87491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87491; }

 p { color: rgb(216,116,145); }

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

background-color css

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

 a { background-color: rgb(216,116,145); }

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

border-color css

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

 span { border-color: rgb(216,116,145); }

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