Html Css Color HEX #DD5055 Mandy

📋 copy color: '#DD5055'

red 221 ◦ green 80 ◦ blue 85

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

Shades of Mandy #DD5055

Tints of Mandy #DD5055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

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

R = 57.25%
G = 20.73%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD5055 (or 0xDD5055) is known color: Mandy. HEX triplet: DD, 50 and 55. RGB value is (221,80,85). Sum of RGB (Red+Green+Blue) = 221+80+85=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5055 is #22AFAA. Grayscale: #7A7A7A. Windows color (decimal): -2273195 or 5591261. OLE color: 5591261.

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

Color convert

RGB 221 80 85 -
CMYK 0 0.64 0.62 0.13
HSL 357.87º 0.67% 0.59% -
HSV(B) 357.87º 0.64% 0.87% -
XYZ 34.33 21.77 10.99 -
YUV 122.73 106.71 198.09 -
System Red Green Blue C M Y K H S L
Decimal 221 80 85 0 0.64 0.62 0.13 357.87 0.67 0.59
Hex DD 50 55 0 40 3E D 166 43 3B
Octal 335 120 125 0 100 76 15 546 103 73
Binary 11011101 1010000 1010101 0 1000000 111110 1101 101100110 1000011 111011

Color Harmonies of #DD5055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5055

Black with #DD5055

Text Example


Text Example

White with #DD5055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5055; }

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

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

background-color css

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

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

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

border-color css

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

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

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