Html Css Color HEX #D87688 Charm

📋 copy color: '#D87688'

red 216 ◦ green 118 ◦ blue 136

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

Shades of Charm #D87688

Tints of Charm #D87688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.94%

R = 45.96%
G = 25.11%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D87688 (or 0xD87688) is known color: Charm. HEX triplet: D8, 76 and 88. RGB value is (216,118,136). Sum of RGB (Red+Green+Blue) = 216+118+136=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D87688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87688 is #278977. Grayscale: #959595. Windows color (decimal): -2591096 or 8943320. OLE color: 8943320.

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

Color convert

RGB 216 118 136 -
CMYK 0 0.45 0.37 0.15
HSL 348.98º 0.56% 0.65% -
HSV(B) 348.98º 0.45% 0.85% -
XYZ 39.24 29.33 26.89 -
YUV 149.35 120.47 175.54 -
System Red Green Blue C M Y K H S L
Decimal 216 118 136 0 0.45 0.37 0.15 348.98 0.56 0.65
Hex D8 76 88 0 2D 25 F 15D 38 41
Octal 330 166 210 0 55 45 17 535 70 101
Binary 11011000 1110110 10001000 0 101101 100101 1111 101011101 111000 1000001

Color Harmonies of #D87688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87688

Black with #D87688

Text Example


Text Example

White with #D87688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87688; }

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

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

background-color css

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

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

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

border-color css

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

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

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