Html Css Color HEX #D87384 Charm

📋 copy color: '#D87384'

red 216 ◦ green 115 ◦ blue 132

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

Shades of Charm #D87384

Tints of Charm #D87384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.84%

 BLUE value IS 132 (51.95% from 255) = 28.51%

R = 46.65%
G = 24.84%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D87384 (or 0xD87384) is known color: Charm. HEX triplet: D8, 73 and 84. RGB value is (216,115,132). Sum of RGB (Red+Green+Blue) = 216+115+132=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D87384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87384 is #278C7B. Grayscale: #939393. Windows color (decimal): -2591868 or 8680408. OLE color: 8680408.

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

Color convert

RGB 216 115 132 -
CMYK 0 0.47 0.39 0.15
HSL 349.9º 0.56% 0.65% -
HSV(B) 349.9º 0.47% 0.85% -
XYZ 38.61 28.53 25.3 -
YUV 147.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 216 115 132 0 0.47 0.39 0.15 349.9 0.56 0.65
Hex D8 73 84 0 2F 27 F 15E 38 41
Octal 330 163 204 0 57 47 17 536 70 101
Binary 11011000 1110011 10000100 0 101111 100111 1111 101011110 111000 1000001

Color Harmonies of #D87384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87384

Black with #D87384

Text Example


Text Example

White with #D87384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87384; }

 p { color: rgb(216,115,132); }

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

background-color css

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

 a { background-color: rgb(216,115,132); }

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

border-color css

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

 span { border-color: rgb(216,115,132); }

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