Html Css Color HEX #DD595C Mandy

📋 copy color: '#DD595C'

red 221 ◦ green 89 ◦ blue 92

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

Shades of Mandy #DD595C

Tints of Mandy #DD595C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.89%

R = 54.98%
G = 22.14%
B = 22.89%

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

#DD595C (or 0xDD595C) is known color: Mandy. HEX triplet: DD, 59 and 5C. RGB value is (221,89,92). Sum of RGB (Red+Green+Blue) = 221+89+92=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD595C is #22A6A3. Grayscale: #808080. Windows color (decimal): -2270884 or 6052317. OLE color: 6052317.

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

Color convert

RGB 221 89 92 -
CMYK 0 0.60 0.58 0.13
HSL 358.64º 0.66% 0.61% -
HSV(B) 358.64º 0.6% 0.87% -
XYZ 35.32 23.29 12.76 -
YUV 128.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 221 89 92 0 0.60 0.58 0.13 358.64 0.66 0.61
Hex DD 59 5C 0 3C 3A D 167 42 3D
Octal 335 131 134 0 74 72 15 547 102 75
Binary 11011101 1011001 1011100 0 111100 111010 1101 101100111 1000010 111101

Color Harmonies of #DD595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD595C

Black with #DD595C

Text Example


Text Example

White with #DD595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD595C; }

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

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

background-color css

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

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

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

border-color css

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

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

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