Html Css Color HEX #DD555C Mandy

📋 copy color: '#DD555C'

red 221 ◦ green 85 ◦ blue 92

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

Shades of Mandy #DD555C

Tints of Mandy #DD555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 55.53%
G = 21.36%
B = 23.12%

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

#DD555C (or 0xDD555C) is known color: Mandy. HEX triplet: DD, 55 and 5C. RGB value is (221,85,92). Sum of RGB (Red+Green+Blue) = 221+85+92=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD555C is #22AAA3. Grayscale: #7E7E7E. Windows color (decimal): -2271908 or 6051293. OLE color: 6051293.

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

Color convert

RGB 221 85 92 -
CMYK 0 0.62 0.58 0.13
HSL 356.91º 0.67% 0.6% -
HSV(B) 356.91º 0.62% 0.87% -
XYZ 35 22.64 12.65 -
YUV 126.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 221 85 92 0 0.62 0.58 0.13 356.91 0.67 0.6
Hex DD 55 5C 0 3E 3A D 165 43 3C
Octal 335 125 134 0 76 72 15 545 103 74
Binary 11011101 1010101 1011100 0 111110 111010 1101 101100101 1000011 111100

Color Harmonies of #DD555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD555C

Black with #DD555C

Text Example


Text Example

White with #DD555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD555C; }

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

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

background-color css

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

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

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

border-color css

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

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

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