Html Css Color HEX #DC535D Mandy

📋 copy color: '#DC535D'

red 220 ◦ green 83 ◦ blue 93

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

Shades of Mandy #DC535D

Tints of Mandy #DC535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.96%

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

R = 55.56%
G = 20.96%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC535D (or 0xDC535D) is known color: Mandy. HEX triplet: DC, 53 and 5D. RGB value is (220,83,93). Sum of RGB (Red+Green+Blue) = 220+83+93=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC535D is #23ACA2. Grayscale: #7D7D7D. Windows color (decimal): -2337955 or 6116316. OLE color: 6116316.

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

Color convert

RGB 220 83 93 -
CMYK 0 0.62 0.58 0.14
HSL 355.62º 0.66% 0.59% -
HSV(B) 355.62º 0.62% 0.86% -
XYZ 34.58 22.19 12.82 -
YUV 125.1 109.89 195.69 -
System Red Green Blue C M Y K H S L
Decimal 220 83 93 0 0.62 0.58 0.14 355.62 0.66 0.59
Hex DC 53 5D 0 3E 3A E 164 42 3B
Octal 334 123 135 0 76 72 16 544 102 73
Binary 11011100 1010011 1011101 0 111110 111010 1110 101100100 1000010 111011

Color Harmonies of #DC535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC535D

Black with #DC535D

Text Example


Text Example

White with #DC535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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