#DC377E

Color #DC377E Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DC377E

Tints of Deep Cerise #DC377E

Color information

#DC377E (or 0xDC377E) is unknown color: approx Deep Cerise. HEX triplet: DC, 37 and 7E. RGB value is (220,55,126). Sum of RGB (Red+Green+Blue) = 220+55+126=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC377E is #23C881. Grayscale: #707070. Windows color (decimal): -2345090 or 8271836. OLE color: 8271836.

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

Color convert

RGB22055126-
CMYK00.750.430.14
HSL334.18º70.21%53.92%-
HSV(B)334.18º75%86.27%-
XYZ34.6519.4521.67-
YUV112.43135.66204.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.86%
GREEN value IS 55 (21.88% from 255) = 13.72%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=54.86%
G=13.72%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205512600.750.430.14334.1870.2153.92
HexDC377E04B2BE14e4636
Octal334671760113531651610666
Binary1101110011011111111100100101110101111101010011101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC377E; }

 p { color: rgb(220,55,126); }

 H1.HeaderClassName
 {
   color: #DC377E;
 }
 .AnyTagClassName
 {
   color: #DC377E;
 }
</style>
background-color css

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

 a { background-color: rgb(220,55,126); }

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

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

 span { border-color: rgb(220,55,126); }

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