Html Css Color HEX #DD4550 Mandy

📋 copy color: '#DD4550'

red 221 ◦ green 69 ◦ blue 80

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

Shades of Mandy #DD4550

Tints of Mandy #DD4550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.62%

R = 59.73%
G = 18.65%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD4550 (or 0xDD4550) is known color: Mandy. HEX triplet: DD, 45 and 50. RGB value is (221,69,80). Sum of RGB (Red+Green+Blue) = 221+69+80=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4550 is #22BAAF. Grayscale: #737373. Windows color (decimal): -2276016 or 5260765. OLE color: 5260765.

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

Color convert

RGB 221 69 80 -
CMYK 0 0.69 0.64 0.13
HSL 355.66º 0.69% 0.57% -
HSV(B) 355.66º 0.69% 0.87% -
XYZ 33.39 20.21 9.73 -
YUV 115.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 221 69 80 0 0.69 0.64 0.13 355.66 0.69 0.57
Hex DD 45 50 0 45 40 D 164 45 39
Octal 335 105 120 0 105 100 15 544 105 71
Binary 11011101 1000101 1010000 0 1000101 1000000 1101 101100100 1000101 111001

Color Harmonies of #DD4550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4550

Black with #DD4550

Text Example


Text Example

White with #DD4550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4550; }

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

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

background-color css

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

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

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

border-color css

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

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

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