Html Css Color HEX #DD4B55 Mandy

📋 copy color: '#DD4B55'

red 221 ◦ green 75 ◦ blue 85

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

Shades of Mandy #DD4B55

Tints of Mandy #DD4B55

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.69%

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

R = 58.01%
G = 19.69%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD4B55 (or 0xDD4B55) is known color: Mandy. HEX triplet: DD, 4B and 55. RGB value is (221,75,85). Sum of RGB (Red+Green+Blue) = 221+75+85=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4B55 is #22B4AA. Grayscale: #777777. Windows color (decimal): -2274475 or 5589981. OLE color: 5589981.

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

Color convert

RGB 221 75 85 -
CMYK 0 0.66 0.62 0.13
HSL 355.89º 0.68% 0.58% -
HSV(B) 355.89º 0.66% 0.87% -
XYZ 33.97 21.06 10.87 -
YUV 119.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 221 75 85 0 0.66 0.62 0.13 355.89 0.68 0.58
Hex DD 4B 55 0 42 3E D 164 44 3A
Octal 335 113 125 0 102 76 15 544 104 72
Binary 11011101 1001011 1010101 0 1000010 111110 1101 101100100 1000100 111010

Color Harmonies of #DD4B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B55

Black with #DD4B55

Text Example


Text Example

White with #DD4B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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