Html Css Color HEX #DC525C Mandy

📋 copy color: '#DC525C'

red 220 ◦ green 82 ◦ blue 92

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

Shades of Mandy #DC525C

Tints of Mandy #DC525C

RGB

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

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

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

R = 55.84%
G = 20.81%
B = 23.35%

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

#DC525C (or 0xDC525C) is known color: Mandy. HEX triplet: DC, 52 and 5C. RGB value is (220,82,92). Sum of RGB (Red+Green+Blue) = 220+82+92=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC525C is #23ADA3. Grayscale: #7C7C7C. Windows color (decimal): -2338212 or 6050524. OLE color: 6050524.

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

Color convert

RGB 220 82 92 -
CMYK 0 0.63 0.58 0.14
HSL 355.65º 0.66% 0.59% -
HSV(B) 355.65º 0.63% 0.86% -
XYZ 34.46 22.02 12.56 -
YUV 124.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 220 82 92 0 0.63 0.58 0.14 355.65 0.66 0.59
Hex DC 52 5C 0 3F 3A E 164 42 3B
Octal 334 122 134 0 77 72 16 544 102 73
Binary 11011100 1010010 1011100 0 111111 111010 1110 101100100 1000010 111011

Color Harmonies of #DC525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC525C

Black with #DC525C

Text Example


Text Example

White with #DC525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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