Html Css Color HEX #D87C8D Charm

📋 copy color: '#D87C8D'

red 216 ◦ green 124 ◦ blue 141

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

Shades of Charm #D87C8D

Tints of Charm #D87C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 44.91%
G = 25.78%
B = 29.31%

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

#D87C8D (or 0xD87C8D) is known color: Charm. HEX triplet: D8, 7C and 8D. RGB value is (216,124,141). Sum of RGB (Red+Green+Blue) = 216+124+141=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87C8D is #278372. Grayscale: #999999. Windows color (decimal): -2589555 or 9272536. OLE color: 9272536.

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

Color convert

RGB 216 124 141 -
CMYK 0 0.43 0.35 0.15
HSL 348.91º 0.54% 0.67% -
HSV(B) 348.91º 0.43% 0.85% -
XYZ 40.33 30.94 29.04 -
YUV 153.45 120.98 172.62 -
System Red Green Blue C M Y K H S L
Decimal 216 124 141 0 0.43 0.35 0.15 348.91 0.54 0.67
Hex D8 7C 8D 0 2B 23 F 15D 36 43
Octal 330 174 215 0 53 43 17 535 66 103
Binary 11011000 1111100 10001101 0 101011 100011 1111 101011101 110110 1000011

Color Harmonies of #D87C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87C8D

Black with #D87C8D

Text Example


Text Example

White with #D87C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87C8D; }

 p { color: rgb(216,124,141); }

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

background-color css

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

 a { background-color: rgb(216,124,141); }

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

border-color css

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

 span { border-color: rgb(216,124,141); }

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