Html Css Color HEX #DD585F Mandy

📋 copy color: '#DD585F'

red 221 ◦ green 88 ◦ blue 95

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

Shades of Mandy #DD585F

Tints of Mandy #DD585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.78%

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

R = 54.7%
G = 21.78%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD585F (or 0xDD585F) is known color: Mandy. HEX triplet: DD, 58 and 5F. RGB value is (221,88,95). Sum of RGB (Red+Green+Blue) = 221+88+95=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD585F is #22A7A0. Grayscale: #808080. Windows color (decimal): -2271137 or 6248669. OLE color: 6248669.

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

Color convert

RGB 221 88 95 -
CMYK 0 0.60 0.57 0.13
HSL 356.84º 0.66% 0.61% -
HSV(B) 356.84º 0.6% 0.87% -
XYZ 35.37 23.18 13.44 -
YUV 128.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 221 88 95 0 0.60 0.57 0.13 356.84 0.66 0.61
Hex DD 58 5F 0 3C 39 D 165 42 3D
Octal 335 130 137 0 74 71 15 545 102 75
Binary 11011101 1011000 1011111 0 111100 111001 1101 101100101 1000010 111101

Color Harmonies of #DD585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD585F

Black with #DD585F

Text Example


Text Example

White with #DD585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD585F; }

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

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

background-color css

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

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

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

border-color css

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

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

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