Html Css Color HEX #D87485 Charm

📋 copy color: '#D87485'

red 216 ◦ green 116 ◦ blue 133

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

Shades of Charm #D87485

Tints of Charm #D87485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.6%

R = 46.45%
G = 24.95%
B = 28.6%

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

#D87485 (or 0xD87485) is known color: Charm. HEX triplet: D8, 74 and 85. RGB value is (216,116,133). Sum of RGB (Red+Green+Blue) = 216+116+133=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D87485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87485 is #278B7A. Grayscale: #939393. Windows color (decimal): -2591611 or 8746200. OLE color: 8746200.

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

Color convert

RGB 216 116 133 -
CMYK 0 0.46 0.38 0.15
HSL 349.8º 0.56% 0.65% -
HSV(B) 349.8º 0.46% 0.85% -
XYZ 38.8 28.78 25.7 -
YUV 147.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 216 116 133 0 0.46 0.38 0.15 349.8 0.56 0.65
Hex D8 74 85 0 2E 26 F 15E 38 41
Octal 330 164 205 0 56 46 17 536 70 101
Binary 11011000 1110100 10000101 0 101110 100110 1111 101011110 111000 1000001

Color Harmonies of #D87485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87485

Black with #D87485

Text Example


Text Example

White with #D87485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87485; }

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

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

background-color css

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

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

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

border-color css

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

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

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