Html Css Color HEX #DD4A61 Mandy

📋 copy color: '#DD4A61'

red 221 ◦ green 74 ◦ blue 97

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

Shades of Mandy #DD4A61

Tints of Mandy #DD4A61

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.88%

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

R = 56.38%
G = 18.88%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD4A61 (or 0xDD4A61) is known color: Mandy. HEX triplet: DD, 4A and 61. RGB value is (221,74,97). Sum of RGB (Red+Green+Blue) = 221+74+97=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4A61 is #22B59E. Grayscale: #787878. Windows color (decimal): -2274719 or 6376157. OLE color: 6376157.

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

Color convert

RGB 221 74 97 -
CMYK 0 0.67 0.56 0.13
HSL 350.61º 0.68% 0.58% -
HSV(B) 350.61º 0.67% 0.87% -
XYZ 34.43 21.13 13.57 -
YUV 120.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 221 74 97 0 0.67 0.56 0.13 350.61 0.68 0.58
Hex DD 4A 61 0 43 38 D 15F 44 3A
Octal 335 112 141 0 103 70 15 537 104 72
Binary 11011101 1001010 1100001 0 1000011 111000 1101 101011111 1000100 111010

Color Harmonies of #DD4A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A61

Black with #DD4A61

Text Example


Text Example

White with #DD4A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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