Html Css Color HEX #DC4648 Mandy

📋 copy color: '#DC4648'

red 220 ◦ green 70 ◦ blue 72

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

Shades of Mandy #DC4648

Tints of Mandy #DC4648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.89%

R = 60.77%
G = 19.34%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC4648 (or 0xDC4648) is known color: Mandy. HEX triplet: DC, 46 and 48. RGB value is (220,70,72). Sum of RGB (Red+Green+Blue) = 220+70+72=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4648 is #23B9B7. Grayscale: #737373. Windows color (decimal): -2341304 or 4736732. OLE color: 4736732.

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

Color convert

RGB 220 70 72 -
CMYK 0 0.68 0.67 0.14
HSL 359.2º 0.68% 0.57% -
HSV(B) 359.2º 0.68% 0.86% -
XYZ 32.88 20.06 8.27 -
YUV 115.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 220 70 72 0 0.68 0.67 0.14 359.2 0.68 0.57
Hex DC 46 48 0 44 43 E 167 44 39
Octal 334 106 110 0 104 103 16 547 104 71
Binary 11011100 1000110 1001000 0 1000100 1000011 1110 101100111 1000100 111001

Color Harmonies of #DC4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4648

Black with #DC4648

Text Example


Text Example

White with #DC4648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4648; }

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

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

background-color css

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

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

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

border-color css

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

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

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