Html Css Color HEX #D84055 Mandy

📋 copy color: '#D84055'

red 216 ◦ green 64 ◦ blue 85

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

Shades of Mandy #D84055

Tints of Mandy #D84055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.53%

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 59.18%
G = 17.53%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D84055 (or 0xD84055) is known color: Mandy. HEX triplet: D8, 40 and 55. RGB value is (216,64,85). Sum of RGB (Red+Green+Blue) = 216+64+85=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D84055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84055 is #27BFAA. Grayscale: #6F6F6F. Windows color (decimal): -2604971 or 5587160. OLE color: 5587160.

HSL color Cylindrical-coordinate representation of color #D84055: hue angle of 351.71º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84055 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 64 85 -
CMYK 0 0.70 0.61 0.15
HSL 351.71º 0.66% 0.55% -
HSV(B) 351.71º 0.7% 0.85% -
XYZ 31.79 18.92 10.57 -
YUV 111.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 216 64 85 0 0.70 0.61 0.15 351.71 0.66 0.55
Hex D8 40 55 0 46 3D F 160 42 37
Octal 330 100 125 0 106 75 17 540 102 67
Binary 11011000 1000000 1010101 0 1000110 111101 1111 101100000 1000010 110111

Color Harmonies of #D84055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84055

Black with #D84055

Text Example


Text Example

White with #D84055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84055; }

 p { color: rgb(216,64,85); }

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

background-color css

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

 a { background-color: rgb(216,64,85); }

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

border-color css

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

 span { border-color: rgb(216,64,85); }

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