Html Css Color HEX #DC475F Mandy

📋 copy color: '#DC475F'

red 220 ◦ green 71 ◦ blue 95

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

Shades of Mandy #DC475F

Tints of Mandy #DC475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.39%

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

R = 56.99%
G = 18.39%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC475F (or 0xDC475F) is known color: Mandy. HEX triplet: DC, 47 and 5F. RGB value is (220,71,95). Sum of RGB (Red+Green+Blue) = 220+71+95=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC475F is #23B8A0. Grayscale: #767676. Windows color (decimal): -2341025 or 6244316. OLE color: 6244316.

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

Color convert

RGB 220 71 95 -
CMYK 0 0.68 0.57 0.14
HSL 350.34º 0.68% 0.57% -
HSV(B) 350.34º 0.68% 0.86% -
XYZ 33.83 20.55 13.01 -
YUV 118.29 114.86 200.55 -
System Red Green Blue C M Y K H S L
Decimal 220 71 95 0 0.68 0.57 0.14 350.34 0.68 0.57
Hex DC 47 5F 0 44 39 E 15E 44 39
Octal 334 107 137 0 104 71 16 536 104 71
Binary 11011100 1000111 1011111 0 1000100 111001 1110 101011110 1000100 111001

Color Harmonies of #DC475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC475F

Black with #DC475F

Text Example


Text Example

White with #DC475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC475F; }

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

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

background-color css

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

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

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

border-color css

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

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

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