Html Css Color HEX #DD555F Mandy

📋 copy color: '#DD555F'

red 221 ◦ green 85 ◦ blue 95

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

Shades of Mandy #DD555F

Tints of Mandy #DD555F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.69%

R = 55.11%
G = 21.2%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD555F (or 0xDD555F) is known color: Mandy. HEX triplet: DD, 55 and 5F. RGB value is (221,85,95). Sum of RGB (Red+Green+Blue) = 221+85+95=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD555F is #22AAA0. Grayscale: #7E7E7E. Windows color (decimal): -2271905 or 6247901. OLE color: 6247901.

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

Color convert

RGB 221 85 95 -
CMYK 0 0.62 0.57 0.13
HSL 355.59º 0.67% 0.6% -
HSV(B) 355.59º 0.62% 0.87% -
XYZ 35.13 22.7 13.36 -
YUV 126.8 110.06 195.19 -
System Red Green Blue C M Y K H S L
Decimal 221 85 95 0 0.62 0.57 0.13 355.59 0.67 0.6
Hex DD 55 5F 0 3E 39 D 164 43 3C
Octal 335 125 137 0 76 71 15 544 103 74
Binary 11011101 1010101 1011111 0 111110 111001 1101 101100100 1000011 111100

Color Harmonies of #DD555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD555F

Black with #DD555F

Text Example


Text Example

White with #DD555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD555F; }

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

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

background-color css

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

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

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

border-color css

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

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

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