Html Css Color HEX #D87290 Pale Violet Red

📋 copy color: '#D87290'

red 216 ◦ green 114 ◦ blue 144

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

Shades of Pale Violet Red #D87290

Tints of Pale Violet Red #D87290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.38%

R = 45.57%
G = 24.05%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D87290 (or 0xD87290) is known color: Pale Violet Red. HEX triplet: D8, 72 and 90. RGB value is (216,114,144). Sum of RGB (Red+Green+Blue) = 216+114+144=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D87290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87290 is #278D6F. Grayscale: #939393. Windows color (decimal): -2592112 or 9466584. OLE color: 9466584.

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

Color convert

RGB 216 114 144 -
CMYK 0 0.47 0.33 0.15
HSL 342.35º 0.57% 0.65% -
HSV(B) 342.35º 0.47% 0.85% -
XYZ 39.37 28.65 29.84 -
YUV 147.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 216 114 144 0 0.47 0.33 0.15 342.35 0.57 0.65
Hex D8 72 90 0 2F 21 F 156 39 41
Octal 330 162 220 0 57 41 17 526 71 101
Binary 11011000 1110010 10010000 0 101111 100001 1111 101010110 111001 1000001

Color Harmonies of #D87290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87290

Black with #D87290

Text Example


Text Example

White with #D87290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87290; }

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

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

background-color css

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

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

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

border-color css

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

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

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