Html Css Color HEX #D87F8D Charm

📋 copy color: '#D87F8D'

red 216 ◦ green 127 ◦ blue 141

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

Shades of Charm #D87F8D

Tints of Charm #D87F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 26.24%

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

R = 44.63%
G = 26.24%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D87F8D (or 0xD87F8D) is known color: Charm. HEX triplet: D8, 7F and 8D. RGB value is (216,127,141). Sum of RGB (Red+Green+Blue) = 216+127+141=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F8D is #278072. Grayscale: #9B9B9B. Windows color (decimal): -2588787 or 9273304. OLE color: 9273304.

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

Color convert

RGB 216 127 141 -
CMYK 0 0.41 0.35 0.15
HSL 350.56º 0.53% 0.67% -
HSV(B) 350.56º 0.41% 0.85% -
XYZ 40.72 31.7 29.17 -
YUV 155.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 216 127 141 0 0.41 0.35 0.15 350.56 0.53 0.67
Hex D8 7F 8D 0 29 23 F 15F 35 43
Octal 330 177 215 0 51 43 17 537 65 103
Binary 11011000 1111111 10001101 0 101001 100011 1111 101011111 110101 1000011

Color Harmonies of #D87F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F8D

Black with #D87F8D

Text Example


Text Example

White with #D87F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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