Html Css Color HEX #DD555D Mandy

📋 copy color: '#DD555D'

red 221 ◦ green 85 ◦ blue 93

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

Shades of Mandy #DD555D

Tints of Mandy #DD555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.3%

 BLUE value IS 93 (36.72% from 255) = 23.31%

R = 55.39%
G = 21.3%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD555D (or 0xDD555D) is known color: Mandy. HEX triplet: DD, 55 and 5D. RGB value is (221,85,93). Sum of RGB (Red+Green+Blue) = 221+85+93=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD555D is #22AAA2. Grayscale: #7E7E7E. Windows color (decimal): -2271907 or 6116829. OLE color: 6116829.

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

Color convert

RGB 221 85 93 -
CMYK 0 0.62 0.58 0.13
HSL 356.47º 0.67% 0.6% -
HSV(B) 356.47º 0.62% 0.87% -
XYZ 35.04 22.66 12.88 -
YUV 126.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 221 85 93 0 0.62 0.58 0.13 356.47 0.67 0.6
Hex DD 55 5D 0 3E 3A D 164 43 3C
Octal 335 125 135 0 76 72 15 544 103 74
Binary 11011101 1010101 1011101 0 111110 111010 1101 101100100 1000011 111100

Color Harmonies of #DD555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD555D

Black with #DD555D

Text Example


Text Example

White with #DD555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD555D; }

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

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

background-color css

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

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

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

border-color css

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

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

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