Html Css Color HEX #DD5A5E Mandy

📋 copy color: '#DD5A5E'

red 221 ◦ green 90 ◦ blue 94

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

Shades of Mandy #DD5A5E

Tints of Mandy #DD5A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.22%

 BLUE value IS 94 (37.11% from 255) = 23.21%

R = 54.57%
G = 22.22%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD5A5E (or 0xDD5A5E) is known color: Mandy. HEX triplet: DD, 5A and 5E. RGB value is (221,90,94). Sum of RGB (Red+Green+Blue) = 221+90+94=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A5E is #22A5A1. Grayscale: #818181. Windows color (decimal): -2270626 or 6183645. OLE color: 6183645.

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

Color convert

RGB 221 90 94 -
CMYK 0 0.59 0.57 0.13
HSL 358.17º 0.66% 0.61% -
HSV(B) 358.17º 0.59% 0.87% -
XYZ 35.5 23.49 13.25 -
YUV 129.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 221 90 94 0 0.59 0.57 0.13 358.17 0.66 0.61
Hex DD 5A 5E 0 3B 39 D 166 42 3D
Octal 335 132 136 0 73 71 15 546 102 75
Binary 11011101 1011010 1011110 0 111011 111001 1101 101100110 1000010 111101

Color Harmonies of #DD5A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A5E

Black with #DD5A5E

Text Example


Text Example

White with #DD5A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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