Html Css Color HEX #DC4647 Mandy

📋 copy color: '#DC4647'

red 220 ◦ green 70 ◦ blue 71

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

Shades of Mandy #DC4647

Tints of Mandy #DC4647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.39%

 BLUE value IS 71 (28.13% from 255) = 19.67%

R = 60.94%
G = 19.39%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC4647 (or 0xDC4647) is known color: Mandy. HEX triplet: DC, 46 and 47. RGB value is (220,70,71). Sum of RGB (Red+Green+Blue) = 220+70+71=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4647 is #23B9B8. Grayscale: #737373. Windows color (decimal): -2341305 or 4671196. OLE color: 4671196.

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

Color convert

RGB 220 70 71 -
CMYK 0 0.68 0.68 0.14
HSL 359.6º 0.68% 0.57% -
HSV(B) 359.6º 0.68% 0.86% -
XYZ 32.84 20.05 8.1 -
YUV 114.96 103.2 202.92 -
System Red Green Blue C M Y K H S L
Decimal 220 70 71 0 0.68 0.68 0.14 359.6 0.68 0.57
Hex DC 46 47 0 44 44 E 168 44 39
Octal 334 106 107 0 104 104 16 550 104 71
Binary 11011100 1000110 1000111 0 1000100 1000100 1110 101101000 1000100 111001

Color Harmonies of #DC4647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4647

Black with #DC4647

Text Example


Text Example

White with #DC4647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4647; }

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

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

background-color css

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

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

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

border-color css

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

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

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