Html Css Color HEX #DC4555 Mandy

📋 copy color: '#DC4555'

red 220 ◦ green 69 ◦ blue 85

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

Shades of Mandy #DC4555

Tints of Mandy #DC4555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.45%

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

R = 58.82%
G = 18.45%
B = 22.73%

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

#DC4555 (or 0xDC4555) is known color: Mandy. HEX triplet: DC, 45 and 55. RGB value is (220,69,85). Sum of RGB (Red+Green+Blue) = 220+69+85=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4555 is #23BAAA. Grayscale: #747474. Windows color (decimal): -2341547 or 5588444. OLE color: 5588444.

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

Color convert

RGB 220 69 85 -
CMYK 0 0.69 0.61 0.14
HSL 353.64º 0.68% 0.57% -
HSV(B) 353.64º 0.69% 0.86% -
XYZ 33.28 20.13 10.73 -
YUV 115.97 110.53 202.2 -
System Red Green Blue C M Y K H S L
Decimal 220 69 85 0 0.69 0.61 0.14 353.64 0.68 0.57
Hex DC 45 55 0 45 3D E 162 44 39
Octal 334 105 125 0 105 75 16 542 104 71
Binary 11011100 1000101 1010101 0 1000101 111101 1110 101100010 1000100 111001

Color Harmonies of #DC4555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4555

Black with #DC4555

Text Example


Text Example

White with #DC4555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4555; }

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

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

background-color css

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

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

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

border-color css

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

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

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