Html Css Color HEX #D87682 Charm

📋 copy color: '#D87682'

red 216 ◦ green 118 ◦ blue 130

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

Shades of Charm #D87682

Tints of Charm #D87682

RGB

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

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

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

R = 46.55%
G = 25.43%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D87682 (or 0xD87682) is known color: Charm. HEX triplet: D8, 76 and 82. RGB value is (216,118,130). Sum of RGB (Red+Green+Blue) = 216+118+130=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D87682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87682 is #27897D. Grayscale: #949494. Windows color (decimal): -2591102 or 8550104. OLE color: 8550104.

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

Color convert

RGB 216 118 130 -
CMYK 0 0.45 0.40 0.15
HSL 352.65º 0.56% 0.65% -
HSV(B) 352.65º 0.45% 0.85% -
XYZ 38.83 29.17 24.7 -
YUV 148.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 216 118 130 0 0.45 0.40 0.15 352.65 0.56 0.65
Hex D8 76 82 0 2D 28 F 161 38 41
Octal 330 166 202 0 55 50 17 541 70 101
Binary 11011000 1110110 10000010 0 101101 101000 1111 101100001 111000 1000001

Color Harmonies of #D87682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87682

Black with #D87682

Text Example


Text Example

White with #D87682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87682; }

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

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

background-color css

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

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

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

border-color css

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

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

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