Html Css Color HEX #D04A55 Mandy

📋 copy color: '#D04A55'

red 208 ◦ green 74 ◦ blue 85

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

Shades of Mandy #D04A55

Tints of Mandy #D04A55

RGB

 RED value IS 208 (81.64% from 255) = 56.68%

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

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

R = 56.68%
G = 20.16%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D04A55 (or 0xD04A55) is known color: Mandy. HEX triplet: D0, 4A and 55. RGB value is (208,74,85). Sum of RGB (Red+Green+Blue) = 208+74+85=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A55 is #2FB5AA. Grayscale: #737373. Windows color (decimal): -3126699 or 5589712. OLE color: 5589712.

HSL color Cylindrical-coordinate representation of color #D04A55: hue angle of 355.07º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04A55 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 74 85 -
CMYK 0 0.64 0.59 0.18
HSL 355.07º 0.59% 0.55% -
HSV(B) 355.07º 0.64% 0.82% -
XYZ 30.1 18.96 10.67 -
YUV 115.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 208 74 85 0 0.64 0.59 0.18 355.07 0.59 0.55
Hex D0 4A 55 0 40 3B 12 163 3B 37
Octal 320 112 125 0 100 73 22 543 73 67
Binary 11010000 1001010 1010101 0 1000000 111011 10010 101100011 111011 110111

Color Harmonies of #D04A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A55

Black with #D04A55

Text Example


Text Example

White with #D04A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A55; }

 p { color: rgb(208,74,85); }

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

background-color css

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

 a { background-color: rgb(208,74,85); }

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

border-color css

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

 span { border-color: rgb(208,74,85); }

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