Html Css Color HEX #DC575D Mandy

📋 copy color: '#DC575D'

red 220 ◦ green 87 ◦ blue 93

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

Shades of Mandy #DC575D

Tints of Mandy #DC575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.75%

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

R = 55%
G = 21.75%
B = 23.25%

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

#DC575D (or 0xDC575D) is known color: Mandy. HEX triplet: DC, 57 and 5D. RGB value is (220,87,93). Sum of RGB (Red+Green+Blue) = 220+87+93=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC575D is #23A8A2. Grayscale: #7F7F7F. Windows color (decimal): -2336931 or 6117340. OLE color: 6117340.

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

Color convert

RGB 220 87 93 -
CMYK 0 0.60 0.58 0.14
HSL 357.29º 0.66% 0.6% -
HSV(B) 357.29º 0.6% 0.86% -
XYZ 34.9 22.82 12.92 -
YUV 127.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 220 87 93 0 0.60 0.58 0.14 357.29 0.66 0.6
Hex DC 57 5D 0 3C 3A E 165 42 3C
Octal 334 127 135 0 74 72 16 545 102 74
Binary 11011100 1010111 1011101 0 111100 111010 1110 101100101 1000010 111100

Color Harmonies of #DC575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC575D

Black with #DC575D

Text Example


Text Example

White with #DC575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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