Html Css Color HEX #DC525D Mandy

📋 copy color: '#DC525D'

red 220 ◦ green 82 ◦ blue 93

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

Shades of Mandy #DC525D

Tints of Mandy #DC525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.76%

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

R = 55.7%
G = 20.76%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC525D (or 0xDC525D) is known color: Mandy. HEX triplet: DC, 52 and 5D. RGB value is (220,82,93). Sum of RGB (Red+Green+Blue) = 220+82+93=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC525D is #23ADA2. Grayscale: #7C7C7C. Windows color (decimal): -2338211 or 6116060. OLE color: 6116060.

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

Color convert

RGB 220 82 93 -
CMYK 0 0.63 0.58 0.14
HSL 355.22º 0.66% 0.59% -
HSV(B) 355.22º 0.63% 0.86% -
XYZ 34.51 22.04 12.79 -
YUV 124.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 220 82 93 0 0.63 0.58 0.14 355.22 0.66 0.59
Hex DC 52 5D 0 3F 3A E 163 42 3B
Octal 334 122 135 0 77 72 16 543 102 73
Binary 11011100 1010010 1011101 0 111111 111010 1110 101100011 1000010 111011

Color Harmonies of #DC525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC525D

Black with #DC525D

Text Example


Text Example

White with #DC525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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