Html Css Color HEX #DC595D Mandy

📋 copy color: '#DC595D'

red 220 ◦ green 89 ◦ blue 93

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

Shades of Mandy #DC595D

Tints of Mandy #DC595D

RGB

 RED value IS 220 (86.33% from 255) = 54.73%

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

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

R = 54.73%
G = 22.14%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC595D (or 0xDC595D) is known color: Mandy. HEX triplet: DC, 59 and 5D. RGB value is (220,89,93). Sum of RGB (Red+Green+Blue) = 220+89+93=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC595D is #23A6A2. Grayscale: #808080. Windows color (decimal): -2336419 or 6117852. OLE color: 6117852.

HSL color Cylindrical-coordinate representation of color #DC595D: hue angle of 358.17º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC595D is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 93 -
CMYK 0 0.60 0.58 0.14
HSL 358.17º 0.65% 0.61% -
HSV(B) 358.17º 0.6% 0.86% -
XYZ 35.06 23.15 12.98 -
YUV 128.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 220 89 93 0 0.60 0.58 0.14 358.17 0.65 0.61
Hex DC 59 5D 0 3C 3A E 166 41 3D
Octal 334 131 135 0 74 72 16 546 101 75
Binary 11011100 1011001 1011101 0 111100 111010 1110 101100110 1000001 111101

Color Harmonies of #DC595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC595D

Black with #DC595D

Text Example


Text Example

White with #DC595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC595D; }

 p { color: rgb(220,89,93); }

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

background-color css

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

 a { background-color: rgb(220,89,93); }

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

border-color css

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

 span { border-color: rgb(220,89,93); }

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