Html Css Color HEX #D84C60 Mandy

📋 copy color: '#D84C60'

red 216 ◦ green 76 ◦ blue 96

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

Shades of Mandy #D84C60

Tints of Mandy #D84C60

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.59%

 BLUE value IS 96 (37.89% from 255) = 24.74%

R = 55.67%
G = 19.59%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D84C60 (or 0xD84C60) is known color: Mandy. HEX triplet: D8, 4C and 60. RGB value is (216,76,96). Sum of RGB (Red+Green+Blue) = 216+76+96=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C60 is #27B39F. Grayscale: #787878. Windows color (decimal): -2601888 or 6311128. OLE color: 6311128.

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

Color convert

RGB 216 76 96 -
CMYK 0 0.65 0.56 0.15
HSL 351.43º 0.64% 0.57% -
HSV(B) 351.43º 0.65% 0.85% -
XYZ 33.01 20.61 13.3 -
YUV 120.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 216 76 96 0 0.65 0.56 0.15 351.43 0.64 0.57
Hex D8 4C 60 0 41 38 F 15F 40 39
Octal 330 114 140 0 101 70 17 537 100 71
Binary 11011000 1001100 1100000 0 1000001 111000 1111 101011111 1000000 111001

Color Harmonies of #D84C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C60

Black with #D84C60

Text Example


Text Example

White with #D84C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C60; }

 p { color: rgb(216,76,96); }

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

background-color css

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

 a { background-color: rgb(216,76,96); }

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

border-color css

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

 span { border-color: rgb(216,76,96); }

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