Html Css Color HEX #DD555A Mandy

📋 copy color: '#DD555A'

red 221 ◦ green 85 ◦ blue 90

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

Shades of Mandy #DD555A

Tints of Mandy #DD555A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.73%

R = 55.81%
G = 21.46%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD555A (or 0xDD555A) is known color: Mandy. HEX triplet: DD, 55 and 5A. RGB value is (221,85,90). Sum of RGB (Red+Green+Blue) = 221+85+90=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD555A is #22AAA5. Grayscale: #7E7E7E. Windows color (decimal): -2271910 or 5920221. OLE color: 5920221.

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

Color convert

RGB 221 85 90 -
CMYK 0 0.62 0.59 0.13
HSL 357.79º 0.67% 0.6% -
HSV(B) 357.79º 0.62% 0.87% -
XYZ 34.91 22.61 12.2 -
YUV 126.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 221 85 90 0 0.62 0.59 0.13 357.79 0.67 0.6
Hex DD 55 5A 0 3E 3B D 166 43 3C
Octal 335 125 132 0 76 73 15 546 103 74
Binary 11011101 1010101 1011010 0 111110 111011 1101 101100110 1000011 111100

Color Harmonies of #DD555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD555A

Black with #DD555A

Text Example


Text Example

White with #DD555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD555A; }

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

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

background-color css

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

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

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

border-color css

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

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

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