Html Css Color HEX #D87486 Charm

📋 copy color: '#D87486'

red 216 ◦ green 116 ◦ blue 134

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

Shades of Charm #D87486

Tints of Charm #D87486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.76%

R = 46.35%
G = 24.89%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D87486 (or 0xD87486) is known color: Charm. HEX triplet: D8, 74 and 86. RGB value is (216,116,134). Sum of RGB (Red+Green+Blue) = 216+116+134=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D87486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87486 is #278B79. Grayscale: #939393. Windows color (decimal): -2591610 or 8811736. OLE color: 8811736.

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

Color convert

RGB 216 116 134 -
CMYK 0 0.46 0.38 0.15
HSL 349.2º 0.56% 0.65% -
HSV(B) 349.2º 0.46% 0.85% -
XYZ 38.87 28.81 26.07 -
YUV 147.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 216 116 134 0 0.46 0.38 0.15 349.2 0.56 0.65
Hex D8 74 86 0 2E 26 F 15D 38 41
Octal 330 164 206 0 56 46 17 535 70 101
Binary 11011000 1110100 10000110 0 101110 100110 1111 101011101 111000 1000001

Color Harmonies of #D87486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87486

Black with #D87486

Text Example


Text Example

White with #D87486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87486; }

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

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

background-color css

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

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

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

border-color css

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

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

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