Html Css Color HEX #DD5058 Mandy

📋 copy color: '#DD5058'

red 221 ◦ green 80 ◦ blue 88

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

Shades of Mandy #DD5058

Tints of Mandy #DD5058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.62%

R = 56.81%
G = 20.57%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD5058 (or 0xDD5058) is known color: Mandy. HEX triplet: DD, 50 and 58. RGB value is (221,80,88). Sum of RGB (Red+Green+Blue) = 221+80+88=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5058 is #22AFA7. Grayscale: #7B7B7B. Windows color (decimal): -2273192 or 5787869. OLE color: 5787869.

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

Color convert

RGB 221 80 88 -
CMYK 0 0.64 0.60 0.13
HSL 356.6º 0.67% 0.59% -
HSV(B) 356.6º 0.64% 0.87% -
XYZ 34.45 21.81 11.63 -
YUV 123.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 221 80 88 0 0.64 0.60 0.13 356.6 0.67 0.59
Hex DD 50 58 0 40 3C D 165 43 3B
Octal 335 120 130 0 100 74 15 545 103 73
Binary 11011101 1010000 1011000 0 1000000 111100 1101 101100101 1000011 111011

Color Harmonies of #DD5058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5058

Black with #DD5058

Text Example


Text Example

White with #DD5058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5058; }

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

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

background-color css

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

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

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

border-color css

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

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

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