Html Css Color HEX #DC535F Mandy

📋 copy color: '#DC535F'

red 220 ◦ green 83 ◦ blue 95

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

Shades of Mandy #DC535F

Tints of Mandy #DC535F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.87%

R = 55.28%
G = 20.85%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC535F (or 0xDC535F) is known color: Mandy. HEX triplet: DC, 53 and 5F. RGB value is (220,83,95). Sum of RGB (Red+Green+Blue) = 220+83+95=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC535F is #23ACA0. Grayscale: #7D7D7D. Windows color (decimal): -2337953 or 6247388. OLE color: 6247388.

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

Color convert

RGB 220 83 95 -
CMYK 0 0.62 0.57 0.14
HSL 354.74º 0.66% 0.59% -
HSV(B) 354.74º 0.62% 0.86% -
XYZ 34.67 22.23 13.29 -
YUV 125.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 220 83 95 0 0.62 0.57 0.14 354.74 0.66 0.59
Hex DC 53 5F 0 3E 39 E 163 42 3B
Octal 334 123 137 0 76 71 16 543 102 73
Binary 11011100 1010011 1011111 0 111110 111001 1110 101100011 1000010 111011

Color Harmonies of #DC535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC535F

Black with #DC535F

Text Example


Text Example

White with #DC535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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