Html Css Color HEX #DD4659 Mandy

📋 copy color: '#DD4659'

red 221 ◦ green 70 ◦ blue 89

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

Shades of Mandy #DD4659

Tints of Mandy #DD4659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.42%

R = 58.16%
G = 18.42%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD4659 (or 0xDD4659) is known color: Mandy. HEX triplet: DD, 46 and 59. RGB value is (221,70,89). Sum of RGB (Red+Green+Blue) = 221+70+89=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4659 is #22B9A6. Grayscale: #757575. Windows color (decimal): -2275751 or 5850845. OLE color: 5850845.

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

Color convert

RGB 221 70 89 -
CMYK 0 0.68 0.60 0.13
HSL 352.45º 0.69% 0.57% -
HSV(B) 352.45º 0.68% 0.87% -
XYZ 33.81 20.47 11.62 -
YUV 117.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 221 70 89 0 0.68 0.60 0.13 352.45 0.69 0.57
Hex DD 46 59 0 44 3C D 160 45 39
Octal 335 106 131 0 104 74 15 540 105 71
Binary 11011101 1000110 1011001 0 1000100 111100 1101 101100000 1000101 111001

Color Harmonies of #DD4659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4659

Black with #DD4659

Text Example


Text Example

White with #DD4659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4659; }

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

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

background-color css

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

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

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

border-color css

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

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

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