Html Css Color HEX #D84B60 Mandy

📋 copy color: '#D84B60'

red 216 ◦ green 75 ◦ blue 96

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

Shades of Mandy #D84B60

Tints of Mandy #D84B60

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.38%

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

R = 55.81%
G = 19.38%
B = 24.81%

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

#D84B60 (or 0xD84B60) is known color: Mandy. HEX triplet: D8, 4B and 60. RGB value is (216,75,96). Sum of RGB (Red+Green+Blue) = 216+75+96=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B60 is #27B49F. Grayscale: #777777. Windows color (decimal): -2602144 or 6310872. OLE color: 6310872.

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

Color convert

RGB 216 75 96 -
CMYK 0 0.65 0.56 0.15
HSL 351.06º 0.64% 0.57% -
HSV(B) 351.06º 0.65% 0.85% -
XYZ 32.95 20.48 13.28 -
YUV 119.55 114.71 196.79 -
System Red Green Blue C M Y K H S L
Decimal 216 75 96 0 0.65 0.56 0.15 351.06 0.64 0.57
Hex D8 4B 60 0 41 38 F 15F 40 39
Octal 330 113 140 0 101 70 17 537 100 71
Binary 11011000 1001011 1100000 0 1000001 111000 1111 101011111 1000000 111001

Color Harmonies of #D84B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B60

Black with #D84B60

Text Example


Text Example

White with #D84B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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