#DC376C

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

Shades of Cerise #DC376C

Tints of Cerise #DC376C

Color information

#DC376C (or 0xDC376C) is unknown color: approx Cerise. HEX triplet: DC, 37 and 6C. RGB value is (220,55,108). Sum of RGB (Red+Green+Blue) = 220+55+108=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC376C is #23C893. Grayscale: #6E6E6E. Windows color (decimal): -2345108 or 7092188. OLE color: 7092188.

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

Color convert

RGB22055108-
CMYK00.750.510.14
HSL340.73º70.21%53.92%-
HSV(B)340.73º75%86.27%-
XYZ33.5919.0316.09-
YUV110.38126.66206.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.44%
GREEN value IS 55 (21.88% from 255) = 14.36%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=57.44%
G=14.36%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205510800.750.510.14340.7370.2153.92
HexDC376C04B33E1554636
Octal334671540113631652510666
Binary1101110011011111011000100101111001111101010101011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC376C; }

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

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

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

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

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

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

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

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