Html Css Color HEX #DD595A Mandy

📋 copy color: '#DD595A'

red 221 ◦ green 89 ◦ blue 90

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

Shades of Mandy #DD595A

Tints of Mandy #DD595A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.25%

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

R = 55.25%
G = 22.25%
B = 22.5%

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

#DD595A (or 0xDD595A) is known color: Mandy. HEX triplet: DD, 59 and 5A. RGB value is (221,89,90). Sum of RGB (Red+Green+Blue) = 221+89+90=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD595A is #22A6A5. Grayscale: #808080. Windows color (decimal): -2270886 or 5921245. OLE color: 5921245.

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

Color convert

RGB 221 89 90 -
CMYK 0 0.60 0.59 0.13
HSL 359.55º 0.66% 0.61% -
HSV(B) 359.55º 0.6% 0.87% -
XYZ 35.24 23.26 12.3 -
YUV 128.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 221 89 90 0 0.60 0.59 0.13 359.55 0.66 0.61
Hex DD 59 5A 0 3C 3B D 168 42 3D
Octal 335 131 132 0 74 73 15 550 102 75
Binary 11011101 1011001 1011010 0 111100 111011 1101 101101000 1000010 111101

Color Harmonies of #DD595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD595A

Black with #DD595A

Text Example


Text Example

White with #DD595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD595A; }

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

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

background-color css

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

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

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

border-color css

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

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

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