Html Css Color HEX #DC485F Mandy

📋 copy color: '#DC485F'

red 220 ◦ green 72 ◦ blue 95

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

Shades of Mandy #DC485F

Tints of Mandy #DC485F

RGB

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

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

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

R = 56.85%
G = 18.6%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC485F (or 0xDC485F) is known color: Mandy. HEX triplet: DC, 48 and 5F. RGB value is (220,72,95). Sum of RGB (Red+Green+Blue) = 220+72+95=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC485F is #23B7A0. Grayscale: #767676. Windows color (decimal): -2340769 or 6244572. OLE color: 6244572.

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

Color convert

RGB 220 72 95 -
CMYK 0 0.67 0.57 0.14
HSL 350.68º 0.68% 0.57% -
HSV(B) 350.68º 0.67% 0.86% -
XYZ 33.9 20.68 13.03 -
YUV 118.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 220 72 95 0 0.67 0.57 0.14 350.68 0.68 0.57
Hex DC 48 5F 0 43 39 E 15F 44 39
Octal 334 110 137 0 103 71 16 537 104 71
Binary 11011100 1001000 1011111 0 1000011 111001 1110 101011111 1000100 111001

Color Harmonies of #DC485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC485F

Black with #DC485F

Text Example


Text Example

White with #DC485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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