Html Css Color HEX #DD4A53 Mandy

📋 copy color: '#DD4A53'

red 221 ◦ green 74 ◦ blue 83

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

Shades of Mandy #DD4A53

Tints of Mandy #DD4A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.96%

R = 58.47%
G = 19.58%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD4A53 (or 0xDD4A53) is known color: Mandy. HEX triplet: DD, 4A and 53. RGB value is (221,74,83). Sum of RGB (Red+Green+Blue) = 221+74+83=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4A53 is #22B5AC. Grayscale: #777777. Windows color (decimal): -2274733 or 5458653. OLE color: 5458653.

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

Color convert

RGB 221 74 83 -
CMYK 0 0.67 0.62 0.13
HSL 356.33º 0.68% 0.58% -
HSV(B) 356.33º 0.67% 0.87% -
XYZ 33.83 20.89 10.43 -
YUV 118.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 221 74 83 0 0.67 0.62 0.13 356.33 0.68 0.58
Hex DD 4A 53 0 43 3E D 164 44 3A
Octal 335 112 123 0 103 76 15 544 104 72
Binary 11011101 1001010 1010011 0 1000011 111110 1101 101100100 1000100 111010

Color Harmonies of #DD4A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A53

Black with #DD4A53

Text Example


Text Example

White with #DD4A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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