Html Css Color HEX #DD565B Mandy

📋 copy color: '#DD565B'

red 221 ◦ green 86 ◦ blue 91

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

Shades of Mandy #DD565B

Tints of Mandy #DD565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.61%

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

R = 55.53%
G = 21.61%
B = 22.86%

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

#DD565B (or 0xDD565B) is known color: Mandy. HEX triplet: DD, 56 and 5B. RGB value is (221,86,91). Sum of RGB (Red+Green+Blue) = 221+86+91=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD565B is #22A9A4. Grayscale: #7F7F7F. Windows color (decimal): -2271653 or 5986013. OLE color: 5986013.

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

Color convert

RGB 221 86 91 -
CMYK 0 0.61 0.59 0.13
HSL 357.78º 0.67% 0.6% -
HSV(B) 357.78º 0.61% 0.87% -
XYZ 35.03 22.78 12.45 -
YUV 126.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 221 86 91 0 0.61 0.59 0.13 357.78 0.67 0.6
Hex DD 56 5B 0 3D 3B D 166 43 3C
Octal 335 126 133 0 75 73 15 546 103 74
Binary 11011101 1010110 1011011 0 111101 111011 1101 101100110 1000011 111100

Color Harmonies of #DD565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD565B

Black with #DD565B

Text Example


Text Example

White with #DD565B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD565B; }

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

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

background-color css

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

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

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

border-color css

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

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

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