Html Css Color HEX #DC444D Mandy

📋 copy color: '#DC444D'

red 220 ◦ green 68 ◦ blue 77

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

Shades of Mandy #DC444D

Tints of Mandy #DC444D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

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

R = 60.27%
G = 18.63%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC444D (or 0xDC444D) is known color: Mandy. HEX triplet: DC, 44 and 4D. RGB value is (220,68,77). Sum of RGB (Red+Green+Blue) = 220+68+77=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC444D is #23BBB2. Grayscale: #727272. Windows color (decimal): -2341811 or 5063900. OLE color: 5063900.

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

Color convert

RGB 220 68 77 -
CMYK 0 0.69 0.65 0.14
HSL 356.45º 0.68% 0.56% -
HSV(B) 356.45º 0.69% 0.86% -
XYZ 32.92 19.89 9.12 -
YUV 114.47 106.86 203.27 -
System Red Green Blue C M Y K H S L
Decimal 220 68 77 0 0.69 0.65 0.14 356.45 0.68 0.56
Hex DC 44 4D 0 45 41 E 164 44 38
Octal 334 104 115 0 105 101 16 544 104 70
Binary 11011100 1000100 1001101 0 1000101 1000001 1110 101100100 1000100 111000

Color Harmonies of #DC444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC444D

Black with #DC444D

Text Example


Text Example

White with #DC444D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC444D; }

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

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

background-color css

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

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

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

border-color css

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

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

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