Html Css Color HEX #D87685 Charm

📋 copy color: '#D87685'

red 216 ◦ green 118 ◦ blue 133

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

Shades of Charm #D87685

Tints of Charm #D87685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.27%

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

R = 46.25%
G = 25.27%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D87685 (or 0xD87685) is known color: Charm. HEX triplet: D8, 76 and 85. RGB value is (216,118,133). Sum of RGB (Red+Green+Blue) = 216+118+133=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D87685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87685 is #27897A. Grayscale: #959595. Windows color (decimal): -2591099 or 8746712. OLE color: 8746712.

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

Color convert

RGB 216 118 133 -
CMYK 0 0.45 0.38 0.15
HSL 350.82º 0.56% 0.65% -
HSV(B) 350.82º 0.45% 0.85% -
XYZ 39.03 29.25 25.78 -
YUV 149.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 216 118 133 0 0.45 0.38 0.15 350.82 0.56 0.65
Hex D8 76 85 0 2D 26 F 15F 38 41
Octal 330 166 205 0 55 46 17 537 70 101
Binary 11011000 1110110 10000101 0 101101 100110 1111 101011111 111000 1000001

Color Harmonies of #D87685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87685

Black with #D87685

Text Example


Text Example

White with #D87685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87685; }

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

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

background-color css

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

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

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

border-color css

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

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

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