Html Css Color HEX #DD4554 Mandy

📋 copy color: '#DD4554'

red 221 ◦ green 69 ◦ blue 84

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

Shades of Mandy #DD4554

Tints of Mandy #DD4554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 59.09%
G = 18.45%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD4554 (or 0xDD4554) is known color: Mandy. HEX triplet: DD, 45 and 54. RGB value is (221,69,84). Sum of RGB (Red+Green+Blue) = 221+69+84=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4554 is #22BAAB. Grayscale: #747474. Windows color (decimal): -2276012 or 5522909. OLE color: 5522909.

HSL color Cylindrical-coordinate representation of color #DD4554: hue angle of 354.08º 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 #DD4554 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 69 84 -
CMYK 0 0.69 0.62 0.13
HSL 354.08º 0.69% 0.57% -
HSV(B) 354.08º 0.69% 0.87% -
XYZ 33.55 20.27 10.53 -
YUV 116.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 221 69 84 0 0.69 0.62 0.13 354.08 0.69 0.57
Hex DD 45 54 0 45 3E D 162 45 39
Octal 335 105 124 0 105 76 15 542 105 71
Binary 11011101 1000101 1010100 0 1000101 111110 1101 101100010 1000101 111001

Color Harmonies of #DD4554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4554

Black with #DD4554

Text Example


Text Example

White with #DD4554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4554; }

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

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

background-color css

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

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

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

border-color css

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

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

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