Html Css Color HEX #DD565A Mandy

📋 copy color: '#DD565A'

red 221 ◦ green 86 ◦ blue 90

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

Shades of Mandy #DD565A

Tints of Mandy #DD565A

RGB

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

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

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

R = 55.67%
G = 21.66%
B = 22.67%

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

#DD565A (or 0xDD565A) is known color: Mandy. HEX triplet: DD, 56 and 5A. RGB value is (221,86,90). Sum of RGB (Red+Green+Blue) = 221+86+90=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD565A is #22A9A5. Grayscale: #7E7E7E. Windows color (decimal): -2271654 or 5920477. OLE color: 5920477.

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

Color convert

RGB 221 86 90 -
CMYK 0 0.61 0.59 0.13
HSL 358.22º 0.67% 0.6% -
HSV(B) 358.22º 0.61% 0.87% -
XYZ 34.99 22.77 12.22 -
YUV 126.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 221 86 90 0 0.61 0.59 0.13 358.22 0.67 0.6
Hex DD 56 5A 0 3D 3B D 166 43 3C
Octal 335 126 132 0 75 73 15 546 103 74
Binary 11011101 1010110 1011010 0 111101 111011 1101 101100110 1000011 111100

Color Harmonies of #DD565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD565A

Black with #DD565A

Text Example


Text Example

White with #DD565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD565A; }

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

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

background-color css

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

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

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

border-color css

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

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

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