Html Css Color HEX #DC474E Mandy

📋 copy color: '#DC474E'

red 220 ◦ green 71 ◦ blue 78

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

Shades of Mandy #DC474E

Tints of Mandy #DC474E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.14%

R = 59.62%
G = 19.24%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC474E (or 0xDC474E) is known color: Mandy. HEX triplet: DC, 47 and 4E. RGB value is (220,71,78). Sum of RGB (Red+Green+Blue) = 220+71+78=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC474E is #23B8B1. Grayscale: #747474. Windows color (decimal): -2341042 or 5130204. OLE color: 5130204.

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

Color convert

RGB 220 71 78 -
CMYK 0 0.68 0.65 0.14
HSL 357.18º 0.68% 0.57% -
HSV(B) 357.18º 0.68% 0.86% -
XYZ 33.14 20.27 9.37 -
YUV 116.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 220 71 78 0 0.68 0.65 0.14 357.18 0.68 0.57
Hex DC 47 4E 0 44 41 E 165 44 39
Octal 334 107 116 0 104 101 16 545 104 71
Binary 11011100 1000111 1001110 0 1000100 1000001 1110 101100101 1000100 111001

Color Harmonies of #DC474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC474E

Black with #DC474E

Text Example


Text Example

White with #DC474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC474E; }

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

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

background-color css

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

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

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

border-color css

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

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

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