Html Css Color HEX #DC4557 Mandy

📋 copy color: '#DC4557'

red 220 ◦ green 69 ◦ blue 87

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

Shades of Mandy #DC4557

Tints of Mandy #DC4557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.14%

R = 58.51%
G = 18.35%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC4557 (or 0xDC4557) is known color: Mandy. HEX triplet: DC, 45 and 57. RGB value is (220,69,87). Sum of RGB (Red+Green+Blue) = 220+69+87=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4557 is #23BAA8. Grayscale: #747474. Windows color (decimal): -2341545 or 5719516. OLE color: 5719516.

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

Color convert

RGB 220 69 87 -
CMYK 0 0.69 0.60 0.14
HSL 352.85º 0.68% 0.57% -
HSV(B) 352.85º 0.69% 0.86% -
XYZ 33.36 20.16 11.15 -
YUV 116.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 220 69 87 0 0.69 0.60 0.14 352.85 0.68 0.57
Hex DC 45 57 0 45 3C E 161 44 39
Octal 334 105 127 0 105 74 16 541 104 71
Binary 11011100 1000101 1010111 0 1000101 111100 1110 101100001 1000100 111001

Color Harmonies of #DC4557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4557

Black with #DC4557

Text Example


Text Example

White with #DC4557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4557; }

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

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

background-color css

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

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

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

border-color css

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

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

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