Html Css Color HEX #D87F8A Charm

📋 copy color: '#D87F8A'

red 216 ◦ green 127 ◦ blue 138

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

Shades of Charm #D87F8A

Tints of Charm #D87F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.69%

R = 44.91%
G = 26.4%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D87F8A (or 0xD87F8A) is known color: Charm. HEX triplet: D8, 7F and 8A. RGB value is (216,127,138). Sum of RGB (Red+Green+Blue) = 216+127+138=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87F8A is #278075. Grayscale: #9A9A9A. Windows color (decimal): -2588790 or 9076696. OLE color: 9076696.

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

Color convert

RGB 216 127 138 -
CMYK 0 0.41 0.36 0.15
HSL 352.58º 0.53% 0.67% -
HSV(B) 352.58º 0.41% 0.85% -
XYZ 40.5 31.61 28.01 -
YUV 154.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 216 127 138 0 0.41 0.36 0.15 352.58 0.53 0.67
Hex D8 7F 8A 0 29 24 F 161 35 43
Octal 330 177 212 0 51 44 17 541 65 103
Binary 11011000 1111111 10001010 0 101001 100100 1111 101100001 110101 1000011

Color Harmonies of #D87F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F8A

Black with #D87F8A

Text Example


Text Example

White with #D87F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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