Html Css Color HEX #DD4F55 Mandy

📋 copy color: '#DD4F55'

red 221 ◦ green 79 ◦ blue 85

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

Shades of Mandy #DD4F55

Tints of Mandy #DD4F55

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.52%

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

R = 57.4%
G = 20.52%
B = 22.08%

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

#DD4F55 (or 0xDD4F55) is known color: Mandy. HEX triplet: DD, 4F and 55. RGB value is (221,79,85). Sum of RGB (Red+Green+Blue) = 221+79+85=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F55 is #22B0AA. Grayscale: #7A7A7A. Windows color (decimal): -2273451 or 5591005. OLE color: 5591005.

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

Color convert

RGB 221 79 85 -
CMYK 0 0.64 0.62 0.13
HSL 357.46º 0.68% 0.59% -
HSV(B) 357.46º 0.64% 0.87% -
XYZ 34.25 21.62 10.96 -
YUV 122.14 107.04 198.51 -
System Red Green Blue C M Y K H S L
Decimal 221 79 85 0 0.64 0.62 0.13 357.46 0.68 0.59
Hex DD 4F 55 0 40 3E D 165 44 3B
Octal 335 117 125 0 100 76 15 545 104 73
Binary 11011101 1001111 1010101 0 1000000 111110 1101 101100101 1000100 111011

Color Harmonies of #DD4F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F55

Black with #DD4F55

Text Example


Text Example

White with #DD4F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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