Html Css Color HEX #DD5355 Mandy

📋 copy color: '#DD5355'

red 221 ◦ green 83 ◦ blue 85

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

Shades of Mandy #DD5355

Tints of Mandy #DD5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.34%

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

R = 56.81%
G = 21.34%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD5355 (or 0xDD5355) is known color: Mandy. HEX triplet: DD, 53 and 55. RGB value is (221,83,85). Sum of RGB (Red+Green+Blue) = 221+83+85=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5355 is #22ACAA. Grayscale: #7C7C7C. Windows color (decimal): -2272427 or 5592029. OLE color: 5592029.

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

Color convert

RGB 221 83 85 -
CMYK 0 0.62 0.62 0.13
HSL 359.13º 0.67% 0.6% -
HSV(B) 359.13º 0.62% 0.87% -
XYZ 34.55 22.21 11.06 -
YUV 124.49 105.72 196.84 -
System Red Green Blue C M Y K H S L
Decimal 221 83 85 0 0.62 0.62 0.13 359.13 0.67 0.6
Hex DD 53 55 0 3E 3E D 167 43 3C
Octal 335 123 125 0 76 76 15 547 103 74
Binary 11011101 1010011 1010101 0 111110 111110 1101 101100111 1000011 111100

Color Harmonies of #DD5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5355

Black with #DD5355

Text Example


Text Example

White with #DD5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5355; }

 p { color: rgb(221,83,85); }

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

background-color css

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

 a { background-color: rgb(221,83,85); }

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

border-color css

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

 span { border-color: rgb(221,83,85); }

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