Html Css Color HEX #DC4455 Mandy

📋 copy color: '#DC4455'

red 220 ◦ green 68 ◦ blue 85

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

Shades of Mandy #DC4455

Tints of Mandy #DC4455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.79%

R = 58.98%
G = 18.23%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC4455 (or 0xDC4455) is known color: Mandy. HEX triplet: DC, 44 and 55. RGB value is (220,68,85). Sum of RGB (Red+Green+Blue) = 220+68+85=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4455 is #23BBAA. Grayscale: #737373. Windows color (decimal): -2341803 or 5588188. OLE color: 5588188.

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

Color convert

RGB 220 68 85 -
CMYK 0 0.69 0.61 0.14
HSL 353.29º 0.68% 0.56% -
HSV(B) 353.29º 0.69% 0.86% -
XYZ 33.22 20.01 10.7 -
YUV 115.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 220 68 85 0 0.69 0.61 0.14 353.29 0.68 0.56
Hex DC 44 55 0 45 3D E 161 44 38
Octal 334 104 125 0 105 75 16 541 104 70
Binary 11011100 1000100 1010101 0 1000101 111101 1110 101100001 1000100 111000

Color Harmonies of #DC4455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4455

Black with #DC4455

Text Example


Text Example

White with #DC4455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4455; }

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

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

background-color css

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

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

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

border-color css

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

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

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