Html Css Color HEX #DC4249 Mandy

📋 copy color: '#DC4249'

red 220 ◦ green 66 ◦ blue 73

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

Shades of Mandy #DC4249

Tints of Mandy #DC4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.38%

 BLUE value IS 73 (28.91% from 255) = 20.33%

R = 61.28%
G = 18.38%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC4249 (or 0xDC4249) is known color: Mandy. HEX triplet: DC, 42 and 49. RGB value is (220,66,73). Sum of RGB (Red+Green+Blue) = 220+66+73=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4249 is #23BDB6. Grayscale: #707070. Windows color (decimal): -2342327 or 4801244. OLE color: 4801244.

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

Color convert

RGB 220 66 73 -
CMYK 0 0.7 0.67 0.14
HSL 357.27º 0.69% 0.56% -
HSV(B) 357.27º 0.7% 0.86% -
XYZ 32.67 19.59 8.36 -
YUV 112.84 105.52 204.43 -
System Red Green Blue C M Y K H S L
Decimal 220 66 73 0 0.7 0.67 0.14 357.27 0.69 0.56
Hex DC 42 49 0 46 43 E 165 45 38
Octal 334 102 111 0 106 103 16 545 105 70
Binary 11011100 1000010 1001001 0 1000110 1000011 1110 101100101 1000101 111000

Color Harmonies of #DC4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4249

Black with #DC4249

Text Example


Text Example

White with #DC4249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4249; }

 p { color: rgb(220,66,73); }

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

background-color css

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

 a { background-color: rgb(220,66,73); }

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

border-color css

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

 span { border-color: rgb(220,66,73); }

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