Html Css Color HEX #DD585A Mandy

📋 copy color: '#DD585A'

red 221 ◦ green 88 ◦ blue 90

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

Shades of Mandy #DD585A

Tints of Mandy #DD585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.56%

R = 55.39%
G = 22.06%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD585A (or 0xDD585A) is known color: Mandy. HEX triplet: DD, 58 and 5A. RGB value is (221,88,90). Sum of RGB (Red+Green+Blue) = 221+88+90=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD585A is #22A7A5. Grayscale: #808080. Windows color (decimal): -2271142 or 5920989. OLE color: 5920989.

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

Color convert

RGB 221 88 90 -
CMYK 0 0.60 0.59 0.13
HSL 359.1º 0.66% 0.61% -
HSV(B) 359.1º 0.6% 0.87% -
XYZ 35.15 23.09 12.28 -
YUV 128 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 221 88 90 0 0.60 0.59 0.13 359.1 0.66 0.61
Hex DD 58 5A 0 3C 3B D 167 42 3D
Octal 335 130 132 0 74 73 15 547 102 75
Binary 11011101 1011000 1011010 0 111100 111011 1101 101100111 1000010 111101

Color Harmonies of #DD585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD585A

Black with #DD585A

Text Example


Text Example

White with #DD585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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