Html Css Color HEX #DC485C Mandy

📋 copy color: '#DC485C'

red 220 ◦ green 72 ◦ blue 92

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

Shades of Mandy #DC485C

Tints of Mandy #DC485C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.75%

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

R = 57.29%
G = 18.75%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC485C (or 0xDC485C) is known color: Mandy. HEX triplet: DC, 48 and 5C. RGB value is (220,72,92). Sum of RGB (Red+Green+Blue) = 220+72+92=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC485C is #23B7A3. Grayscale: #767676. Windows color (decimal): -2340772 or 6047964. OLE color: 6047964.

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

Color convert

RGB 220 72 92 -
CMYK 0 0.67 0.58 0.14
HSL 351.89º 0.68% 0.57% -
HSV(B) 351.89º 0.67% 0.86% -
XYZ 33.76 20.62 12.33 -
YUV 118.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 220 72 92 0 0.67 0.58 0.14 351.89 0.68 0.57
Hex DC 48 5C 0 43 3A E 160 44 39
Octal 334 110 134 0 103 72 16 540 104 71
Binary 11011100 1001000 1011100 0 1000011 111010 1110 101100000 1000100 111001

Color Harmonies of #DC485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC485C

Black with #DC485C

Text Example


Text Example

White with #DC485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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