Html Css Color HEX #DD4D61 Mandy

📋 copy color: '#DD4D61'

red 221 ◦ green 77 ◦ blue 97

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

Shades of Mandy #DD4D61

Tints of Mandy #DD4D61

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.49%

 BLUE value IS 97 (38.28% from 255) = 24.56%

R = 55.95%
G = 19.49%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD4D61 (or 0xDD4D61) is known color: Mandy. HEX triplet: DD, 4D and 61. RGB value is (221,77,97). Sum of RGB (Red+Green+Blue) = 221+77+97=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4D61 is #22B29E. Grayscale: #7A7A7A. Windows color (decimal): -2273951 or 6376925. OLE color: 6376925.

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

Color convert

RGB 221 77 97 -
CMYK 0 0.65 0.56 0.13
HSL 351.67º 0.68% 0.58% -
HSV(B) 351.67º 0.65% 0.87% -
XYZ 34.63 21.54 13.64 -
YUV 122.34 113.71 198.37 -
System Red Green Blue C M Y K H S L
Decimal 221 77 97 0 0.65 0.56 0.13 351.67 0.68 0.58
Hex DD 4D 61 0 41 38 D 160 44 3A
Octal 335 115 141 0 101 70 15 540 104 72
Binary 11011101 1001101 1100001 0 1000001 111000 1101 101100000 1000100 111010

Color Harmonies of #DD4D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D61

Black with #DD4D61

Text Example


Text Example

White with #DD4D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D61; }

 p { color: rgb(221,77,97); }

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

background-color css

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

 a { background-color: rgb(221,77,97); }

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

border-color css

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

 span { border-color: rgb(221,77,97); }

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