Html Css Color HEX #DD585D Mandy

📋 copy color: '#DD585D'

red 221 ◦ green 88 ◦ blue 93

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

Shades of Mandy #DD585D

Tints of Mandy #DD585D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.13%

R = 54.98%
G = 21.89%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD585D (or 0xDD585D) is known color: Mandy. HEX triplet: DD, 58 and 5D. RGB value is (221,88,93). Sum of RGB (Red+Green+Blue) = 221+88+93=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD585D is #22A7A2. Grayscale: #808080. Windows color (decimal): -2271139 or 6117597. OLE color: 6117597.

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

Color convert

RGB 221 88 93 -
CMYK 0 0.60 0.58 0.13
HSL 357.74º 0.66% 0.61% -
HSV(B) 357.74º 0.6% 0.87% -
XYZ 35.28 23.14 12.96 -
YUV 128.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 221 88 93 0 0.60 0.58 0.13 357.74 0.66 0.61
Hex DD 58 5D 0 3C 3A D 166 42 3D
Octal 335 130 135 0 74 72 15 546 102 75
Binary 11011101 1011000 1011101 0 111100 111010 1101 101100110 1000010 111101

Color Harmonies of #DD585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD585D

Black with #DD585D

Text Example


Text Example

White with #DD585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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