Html Css Color HEX #D84A60 Mandy

📋 copy color: '#D84A60'

red 216 ◦ green 74 ◦ blue 96

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

Shades of Mandy #D84A60

Tints of Mandy #D84A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.17%

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

R = 55.96%
G = 19.17%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D84A60 (or 0xD84A60) is known color: Mandy. HEX triplet: D8, 4A and 60. RGB value is (216,74,96). Sum of RGB (Red+Green+Blue) = 216+74+96=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84A60 is #27B59F. Grayscale: #777777. Windows color (decimal): -2602400 or 6310616. OLE color: 6310616.

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

Color convert

RGB 216 74 96 -
CMYK 0 0.66 0.56 0.15
HSL 350.7º 0.65% 0.57% -
HSV(B) 350.7º 0.66% 0.85% -
XYZ 32.88 20.34 13.26 -
YUV 118.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 216 74 96 0 0.66 0.56 0.15 350.7 0.65 0.57
Hex D8 4A 60 0 42 38 F 15F 41 39
Octal 330 112 140 0 102 70 17 537 101 71
Binary 11011000 1001010 1100000 0 1000010 111000 1111 101011111 1000001 111001

Color Harmonies of #D84A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A60

Black with #D84A60

Text Example


Text Example

White with #D84A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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