Html Css Color HEX #DC475C Mandy

📋 copy color: '#DC475C'

red 220 ◦ green 71 ◦ blue 92

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

Shades of Mandy #DC475C

Tints of Mandy #DC475C

RGB

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

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

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

R = 57.44%
G = 18.54%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC475C (or 0xDC475C) is known color: Mandy. HEX triplet: DC, 47 and 5C. RGB value is (220,71,92). Sum of RGB (Red+Green+Blue) = 220+71+92=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC475C is #23B8A3. Grayscale: #767676. Windows color (decimal): -2341028 or 6047708. OLE color: 6047708.

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

Color convert

RGB 220 71 92 -
CMYK 0 0.68 0.58 0.14
HSL 351.54º 0.68% 0.57% -
HSV(B) 351.54º 0.68% 0.86% -
XYZ 33.7 20.49 12.3 -
YUV 117.95 113.36 200.79 -
System Red Green Blue C M Y K H S L
Decimal 220 71 92 0 0.68 0.58 0.14 351.54 0.68 0.57
Hex DC 47 5C 0 44 3A E 160 44 39
Octal 334 107 134 0 104 72 16 540 104 71
Binary 11011100 1000111 1011100 0 1000100 111010 1110 101100000 1000100 111001

Color Harmonies of #DC475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC475C

Black with #DC475C

Text Example


Text Example

White with #DC475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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