Html Css Color HEX #DD545F Mandy

📋 copy color: '#DD545F'

red 221 ◦ green 84 ◦ blue 95

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

Shades of Mandy #DD545F

Tints of Mandy #DD545F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.75%

R = 55.25%
G = 21%
B = 23.75%

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

#DD545F (or 0xDD545F) is known color: Mandy. HEX triplet: DD, 54 and 5F. RGB value is (221,84,95). Sum of RGB (Red+Green+Blue) = 221+84+95=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD545F is #22ABA0. Grayscale: #7E7E7E. Windows color (decimal): -2272161 or 6247645. OLE color: 6247645.

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

Color convert

RGB 221 84 95 -
CMYK 0 0.62 0.57 0.13
HSL 355.18º 0.67% 0.6% -
HSV(B) 355.18º 0.62% 0.87% -
XYZ 35.05 22.54 13.33 -
YUV 126.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 221 84 95 0 0.62 0.57 0.13 355.18 0.67 0.6
Hex DD 54 5F 0 3E 39 D 163 43 3C
Octal 335 124 137 0 76 71 15 543 103 74
Binary 11011101 1010100 1011111 0 111110 111001 1101 101100011 1000011 111100

Color Harmonies of #DD545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD545F

Black with #DD545F

Text Example


Text Example

White with #DD545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD545F; }

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

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

background-color css

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

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

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

border-color css

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

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

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