Html Css Color HEX #DD575B Mandy

📋 copy color: '#DD575B'

red 221 ◦ green 87 ◦ blue 91

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

Shades of Mandy #DD575B

Tints of Mandy #DD575B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.81%

R = 55.39%
G = 21.8%
B = 22.81%

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

#DD575B (or 0xDD575B) is known color: Mandy. HEX triplet: DD, 57 and 5B. RGB value is (221,87,91). Sum of RGB (Red+Green+Blue) = 221+87+91=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD575B is #22A8A4. Grayscale: #7F7F7F. Windows color (decimal): -2271397 or 5986269. OLE color: 5986269.

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

Color convert

RGB 221 87 91 -
CMYK 0 0.61 0.59 0.13
HSL 358.21º 0.66% 0.6% -
HSV(B) 358.21º 0.61% 0.87% -
XYZ 35.12 22.94 12.48 -
YUV 127.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 221 87 91 0 0.61 0.59 0.13 358.21 0.66 0.6
Hex DD 57 5B 0 3D 3B D 166 42 3C
Octal 335 127 133 0 75 73 15 546 102 74
Binary 11011101 1010111 1011011 0 111101 111011 1101 101100110 1000010 111100

Color Harmonies of #DD575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD575B

Black with #DD575B

Text Example


Text Example

White with #DD575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD575B; }

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

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

background-color css

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

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

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

border-color css

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

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

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