Html Css Color HEX #DD4546 Mandy

📋 copy color: '#DD4546'

red 221 ◦ green 69 ◦ blue 70

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

Shades of Mandy #DD4546

Tints of Mandy #DD4546

RGB

 RED value IS 221 (86.72% from 255) = 61.39%

 GREEN value IS 69 (27.34% from 255) = 19.17%

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 61.39%
G = 19.17%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD4546 (or 0xDD4546) is known color: Mandy. HEX triplet: DD, 45 and 46. RGB value is (221,69,70). Sum of RGB (Red+Green+Blue) = 221+69+70=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4546 is #22BAB9. Grayscale: #727272. Windows color (decimal): -2276026 or 4605405. OLE color: 4605405.

HSL color Cylindrical-coordinate representation of color #DD4546: hue angle of 359.61º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4546 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 69 70 -
CMYK 0 0.69 0.68 0.13
HSL 359.61º 0.69% 0.57% -
HSV(B) 359.61º 0.69% 0.87% -
XYZ 33.05 20.07 7.93 -
YUV 114.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 221 69 70 0 0.69 0.68 0.13 359.61 0.69 0.57
Hex DD 45 46 0 45 44 D 168 45 39
Octal 335 105 106 0 105 104 15 550 105 71
Binary 11011101 1000101 1000110 0 1000101 1000100 1101 101101000 1000101 111001

Color Harmonies of #DD4546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4546

Black with #DD4546

Text Example


Text Example

White with #DD4546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4546; }

 p { color: rgb(221,69,70); }

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

background-color css

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

 a { background-color: rgb(221,69,70); }

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

border-color css

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

 span { border-color: rgb(221,69,70); }

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