Html Css Color HEX #D87885 Charm

📋 copy color: '#D87885'

red 216 ◦ green 120 ◦ blue 133

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

Shades of Charm #D87885

Tints of Charm #D87885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.59%

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

R = 46.06%
G = 25.59%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D87885 (or 0xD87885) is known color: Charm. HEX triplet: D8, 78 and 85. RGB value is (216,120,133). Sum of RGB (Red+Green+Blue) = 216+120+133=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D87885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87885 is #27877A. Grayscale: #969696. Windows color (decimal): -2590587 or 8747224. OLE color: 8747224.

HSL color Cylindrical-coordinate representation of color #D87885: hue angle of 351.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D87885 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 120 133 -
CMYK 0 0.44 0.38 0.15
HSL 351.88º 0.55% 0.66% -
HSV(B) 351.88º 0.44% 0.85% -
XYZ 39.27 29.73 25.86 -
YUV 150.19 118.3 174.94 -
System Red Green Blue C M Y K H S L
Decimal 216 120 133 0 0.44 0.38 0.15 351.88 0.55 0.66
Hex D8 78 85 0 2C 26 F 160 37 42
Octal 330 170 205 0 54 46 17 540 67 102
Binary 11011000 1111000 10000101 0 101100 100110 1111 101100000 110111 1000010

Color Harmonies of #D87885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87885

Black with #D87885

Text Example


Text Example

White with #D87885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87885; }

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

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

background-color css

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

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

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

border-color css

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

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

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