Html Css Color HEX #DD4B56 Mandy

📋 copy color: '#DD4B56'

red 221 ◦ green 75 ◦ blue 86

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

Shades of Mandy #DD4B56

Tints of Mandy #DD4B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.51%

R = 57.85%
G = 19.63%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD4B56 (or 0xDD4B56) is known color: Mandy. HEX triplet: DD, 4B and 56. RGB value is (221,75,86). Sum of RGB (Red+Green+Blue) = 221+75+86=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4B56 is #22B4A9. Grayscale: #787878. Windows color (decimal): -2274474 or 5655517. OLE color: 5655517.

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

Color convert

RGB 221 75 86 -
CMYK 0 0.66 0.61 0.13
HSL 355.48º 0.68% 0.58% -
HSV(B) 355.48º 0.66% 0.87% -
XYZ 34.01 21.08 11.08 -
YUV 119.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 221 75 86 0 0.66 0.61 0.13 355.48 0.68 0.58
Hex DD 4B 56 0 42 3D D 163 44 3A
Octal 335 113 126 0 102 75 15 543 104 72
Binary 11011101 1001011 1010110 0 1000010 111101 1101 101100011 1000100 111010

Color Harmonies of #DD4B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B56

Black with #DD4B56

Text Example


Text Example

White with #DD4B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B56; }

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

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

background-color css

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

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

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

border-color css

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

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

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