Html Css Color HEX #D87482 Charm

📋 copy color: '#D87482'

red 216 ◦ green 116 ◦ blue 130

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

Shades of Charm #D87482

Tints of Charm #D87482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.14%

R = 46.75%
G = 25.11%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D87482 (or 0xD87482) is known color: Charm. HEX triplet: D8, 74 and 82. RGB value is (216,116,130). Sum of RGB (Red+Green+Blue) = 216+116+130=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D87482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87482 is #278B7D. Grayscale: #939393. Windows color (decimal): -2591614 or 8549592. OLE color: 8549592.

HSL color Cylindrical-coordinate representation of color #D87482: hue angle of 351.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 #D87482 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 130 -
CMYK 0 0.46 0.40 0.15
HSL 351.6º 0.56% 0.65% -
HSV(B) 351.6º 0.46% 0.85% -
XYZ 38.59 28.7 24.62 -
YUV 147.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 216 116 130 0 0.46 0.40 0.15 351.6 0.56 0.65
Hex D8 74 82 0 2E 28 F 160 38 41
Octal 330 164 202 0 56 50 17 540 70 101
Binary 11011000 1110100 10000010 0 101110 101000 1111 101100000 111000 1000001

Color Harmonies of #D87482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87482

Black with #D87482

Text Example


Text Example

White with #D87482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87482; }

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

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

background-color css

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

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

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

border-color css

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

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

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