Html Css Color HEX #DD575A Mandy

📋 copy color: '#DD575A'

red 221 ◦ green 87 ◦ blue 90

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

Shades of Mandy #DD575A

Tints of Mandy #DD575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.61%

R = 55.53%
G = 21.86%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD575A (or 0xDD575A) is known color: Mandy. HEX triplet: DD, 57 and 5A. RGB value is (221,87,90). Sum of RGB (Red+Green+Blue) = 221+87+90=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD575A is #22A8A5. Grayscale: #7F7F7F. Windows color (decimal): -2271398 or 5920733. OLE color: 5920733.

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

Color convert

RGB 221 87 90 -
CMYK 0 0.61 0.59 0.13
HSL 358.66º 0.66% 0.6% -
HSV(B) 358.66º 0.61% 0.87% -
XYZ 35.07 22.93 12.25 -
YUV 127.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 221 87 90 0 0.61 0.59 0.13 358.66 0.66 0.6
Hex DD 57 5A 0 3D 3B D 167 42 3C
Octal 335 127 132 0 75 73 15 547 102 74
Binary 11011101 1010111 1011010 0 111101 111011 1101 101100111 1000010 111100

Color Harmonies of #DD575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD575A

Black with #DD575A

Text Example


Text Example

White with #DD575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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