Html Css Color HEX #D87481 Charm

📋 copy color: '#D87481'

red 216 ◦ green 116 ◦ blue 129

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

Shades of Charm #D87481

Tints of Charm #D87481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.16%

 BLUE value IS 129 (50.78% from 255) = 27.98%

R = 46.85%
G = 25.16%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D87481 (or 0xD87481) is known color: Charm. HEX triplet: D8, 74 and 81. RGB value is (216,116,129). Sum of RGB (Red+Green+Blue) = 216+116+129=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D87481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87481 is #278B7E. Grayscale: #939393. Windows color (decimal): -2591615 or 8484056. OLE color: 8484056.

HSL color Cylindrical-coordinate representation of color #D87481: hue angle of 352.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D87481 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 129 -
CMYK 0 0.46 0.40 0.15
HSL 352.2º 0.56% 0.65% -
HSV(B) 352.2º 0.46% 0.85% -
XYZ 38.53 28.67 24.27 -
YUV 147.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 216 116 129 0 0.46 0.40 0.15 352.2 0.56 0.65
Hex D8 74 81 0 2E 28 F 160 38 41
Octal 330 164 201 0 56 50 17 540 70 101
Binary 11011000 1110100 10000001 0 101110 101000 1111 101100000 111000 1000001

Color Harmonies of #D87481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87481

Black with #D87481

Text Example


Text Example

White with #D87481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87481; }

 p { color: rgb(216,116,129); }

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

background-color css

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

 a { background-color: rgb(216,116,129); }

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

border-color css

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

 span { border-color: rgb(216,116,129); }

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