Html Css Color HEX #DD4655 Mandy

📋 copy color: '#DD4655'

red 221 ◦ green 70 ◦ blue 85

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

Shades of Mandy #DD4655

Tints of Mandy #DD4655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.62%

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

R = 58.78%
G = 18.62%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD4655 (or 0xDD4655) is known color: Mandy. HEX triplet: DD, 46 and 55. RGB value is (221,70,85). Sum of RGB (Red+Green+Blue) = 221+70+85=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4655 is #22B9AA. Grayscale: #747474. Windows color (decimal): -2275755 or 5588701. OLE color: 5588701.

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

Color convert

RGB 221 70 85 -
CMYK 0 0.68 0.62 0.13
HSL 354.04º 0.69% 0.57% -
HSV(B) 354.04º 0.68% 0.87% -
XYZ 33.65 20.41 10.76 -
YUV 116.86 110.03 202.28 -
System Red Green Blue C M Y K H S L
Decimal 221 70 85 0 0.68 0.62 0.13 354.04 0.69 0.57
Hex DD 46 55 0 44 3E D 162 45 39
Octal 335 106 125 0 104 76 15 542 105 71
Binary 11011101 1000110 1010101 0 1000100 111110 1101 101100010 1000101 111001

Color Harmonies of #DD4655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4655

Black with #DD4655

Text Example


Text Example

White with #DD4655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4655; }

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

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

background-color css

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

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

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

border-color css

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

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

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