Html Css Color HEX #DD545E Mandy

📋 copy color: '#DD545E'

red 221 ◦ green 84 ◦ blue 94

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

Shades of Mandy #DD545E

Tints of Mandy #DD545E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.05%

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

R = 55.39%
G = 21.05%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD545E (or 0xDD545E) is known color: Mandy. HEX triplet: DD, 54 and 5E. RGB value is (221,84,94). Sum of RGB (Red+Green+Blue) = 221+84+94=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD545E is #22ABA1. Grayscale: #7E7E7E. Windows color (decimal): -2272162 or 6182109. OLE color: 6182109.

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

Color convert

RGB 221 84 94 -
CMYK 0 0.62 0.57 0.13
HSL 355.62º 0.67% 0.6% -
HSV(B) 355.62º 0.62% 0.87% -
XYZ 35.01 22.52 13.09 -
YUV 126.1 109.89 195.69 -
System Red Green Blue C M Y K H S L
Decimal 221 84 94 0 0.62 0.57 0.13 355.62 0.67 0.6
Hex DD 54 5E 0 3E 39 D 164 43 3C
Octal 335 124 136 0 76 71 15 544 103 74
Binary 11011101 1010100 1011110 0 111110 111001 1101 101100100 1000011 111100

Color Harmonies of #DD545E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD545E

Black with #DD545E

Text Example


Text Example

White with #DD545E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD545E; }

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

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

background-color css

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

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

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

border-color css

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

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

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