Html Css Color HEX #DC474D Mandy

📋 copy color: '#DC474D'

red 220 ◦ green 71 ◦ blue 77

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

Shades of Mandy #DC474D

Tints of Mandy #DC474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.92%

R = 59.78%
G = 19.29%
B = 20.92%

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

#DC474D (or 0xDC474D) is known color: Mandy. HEX triplet: DC, 47 and 4D. RGB value is (220,71,77). Sum of RGB (Red+Green+Blue) = 220+71+77=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC474D is #23B8B2. Grayscale: #747474. Windows color (decimal): -2341043 or 5064668. OLE color: 5064668.

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

Color convert

RGB 220 71 77 -
CMYK 0 0.68 0.65 0.14
HSL 357.58º 0.68% 0.57% -
HSV(B) 357.58º 0.68% 0.86% -
XYZ 33.11 20.26 9.19 -
YUV 116.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 220 71 77 0 0.68 0.65 0.14 357.58 0.68 0.57
Hex DC 47 4D 0 44 41 E 166 44 39
Octal 334 107 115 0 104 101 16 546 104 71
Binary 11011100 1000111 1001101 0 1000100 1000001 1110 101100110 1000100 111001

Color Harmonies of #DC474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC474D

Black with #DC474D

Text Example


Text Example

White with #DC474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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