Html Css Color HEX #DC595C Mandy

📋 copy color: '#DC595C'

red 220 ◦ green 89 ◦ blue 92

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

Shades of Mandy #DC595C

Tints of Mandy #DC595C

RGB

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

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

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

R = 54.86%
G = 22.19%
B = 22.94%

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

#DC595C (or 0xDC595C) is known color: Mandy. HEX triplet: DC, 59 and 5C. RGB value is (220,89,92). Sum of RGB (Red+Green+Blue) = 220+89+92=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC595C is #23A6A3. Grayscale: #808080. Windows color (decimal): -2336420 or 6052316. OLE color: 6052316.

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

Color convert

RGB 220 89 92 -
CMYK 0 0.60 0.58 0.14
HSL 358.63º 0.65% 0.61% -
HSV(B) 358.63º 0.6% 0.86% -
XYZ 35.02 23.13 12.74 -
YUV 128.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 220 89 92 0 0.60 0.58 0.14 358.63 0.65 0.61
Hex DC 59 5C 0 3C 3A E 167 41 3D
Octal 334 131 134 0 74 72 16 547 101 75
Binary 11011100 1011001 1011100 0 111100 111010 1110 101100111 1000001 111101

Color Harmonies of #DC595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC595C

Black with #DC595C

Text Example


Text Example

White with #DC595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC595C; }

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

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

background-color css

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

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

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

border-color css

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

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

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