Html Css Color HEX #DD575C Mandy

📋 copy color: '#DD575C'

red 221 ◦ green 87 ◦ blue 92

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

Shades of Mandy #DD575C

Tints of Mandy #DD575C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.75%

 BLUE value IS 92 (36.33% from 255) = 23%

R = 55.25%
G = 21.75%
B = 23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD575C (or 0xDD575C) is known color: Mandy. HEX triplet: DD, 57 and 5C. RGB value is (221,87,92). Sum of RGB (Red+Green+Blue) = 221+87+92=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD575C is #22A8A3. Grayscale: #7F7F7F. Windows color (decimal): -2271396 or 6051805. OLE color: 6051805.

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

Color convert

RGB 221 87 92 -
CMYK 0 0.61 0.58 0.13
HSL 357.76º 0.66% 0.6% -
HSV(B) 357.76º 0.61% 0.87% -
XYZ 35.16 22.96 12.7 -
YUV 127.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 221 87 92 0 0.61 0.58 0.13 357.76 0.66 0.6
Hex DD 57 5C 0 3D 3A D 166 42 3C
Octal 335 127 134 0 75 72 15 546 102 74
Binary 11011101 1010111 1011100 0 111101 111010 1101 101100110 1000010 111100

Color Harmonies of #DD575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD575C

Black with #DD575C

Text Example


Text Example

White with #DD575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD575C; }

 p { color: rgb(221,87,92); }

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

background-color css

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

 a { background-color: rgb(221,87,92); }

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

border-color css

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

 span { border-color: rgb(221,87,92); }

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