Html Css Color HEX #DD5052 Mandy

📋 copy color: '#DD5052'

red 221 ◦ green 80 ◦ blue 82

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

Shades of Mandy #DD5052

Tints of Mandy #DD5052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.89%

 BLUE value IS 82 (32.42% from 255) = 21.41%

R = 57.7%
G = 20.89%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD5052 (or 0xDD5052) is known color: Mandy. HEX triplet: DD, 50 and 52. RGB value is (221,80,82). Sum of RGB (Red+Green+Blue) = 221+80+82=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5052 is #22AFAD. Grayscale: #7A7A7A. Windows color (decimal): -2273198 or 5394653. OLE color: 5394653.

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

Color convert

RGB 221 80 82 -
CMYK 0 0.64 0.63 0.13
HSL 359.15º 0.67% 0.59% -
HSV(B) 359.15º 0.64% 0.87% -
XYZ 34.21 21.72 10.37 -
YUV 122.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 221 80 82 0 0.64 0.63 0.13 359.15 0.67 0.59
Hex DD 50 52 0 40 3F D 167 43 3B
Octal 335 120 122 0 100 77 15 547 103 73
Binary 11011101 1010000 1010010 0 1000000 111111 1101 101100111 1000011 111011

Color Harmonies of #DD5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5052

Black with #DD5052

Text Example


Text Example

White with #DD5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5052; }

 p { color: rgb(221,80,82); }

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

background-color css

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

 a { background-color: rgb(221,80,82); }

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

border-color css

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

 span { border-color: rgb(221,80,82); }

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