Html Css Color HEX #D87B8C Charm

📋 copy color: '#D87B8C'

red 216 ◦ green 123 ◦ blue 140

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

Shades of Charm #D87B8C

Tints of Charm #D87B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.68%

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 45.09%
G = 25.68%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D87B8C (or 0xD87B8C) is known color: Charm. HEX triplet: D8, 7B and 8C. RGB value is (216,123,140). Sum of RGB (Red+Green+Blue) = 216+123+140=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87B8C is #278473. Grayscale: #989898. Windows color (decimal): -2589812 or 9206744. OLE color: 9206744.

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

Color convert

RGB 216 123 140 -
CMYK 0 0.43 0.35 0.15
HSL 349.03º 0.54% 0.66% -
HSV(B) 349.03º 0.43% 0.85% -
XYZ 40.14 30.66 28.61 -
YUV 152.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 216 123 140 0 0.43 0.35 0.15 349.03 0.54 0.66
Hex D8 7B 8C 0 2B 23 F 15D 36 42
Octal 330 173 214 0 53 43 17 535 66 102
Binary 11011000 1111011 10001100 0 101011 100011 1111 101011101 110110 1000010

Color Harmonies of #D87B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87B8C

Black with #D87B8C

Text Example


Text Example

White with #D87B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87B8C; }

 p { color: rgb(216,123,140); }

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

background-color css

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

 a { background-color: rgb(216,123,140); }

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

border-color css

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

 span { border-color: rgb(216,123,140); }

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