#DF376C

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

Shades of Cerise #DF376C

Tints of Cerise #DF376C

Color information

#DF376C (or 0xDF376C) is unknown color: approx Cerise. HEX triplet: DF, 37 and 6C. RGB value is (223,55,108). Sum of RGB (Red+Green+Blue) = 223+55+108=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF376C is #20C893. Grayscale: #6F6F6F. Windows color (decimal): -2148500 or 7092191. OLE color: 7092191.

HSL color Cylindrical-coordinate representation of color #DF376C: hue angle of 341.07º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF376C is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB22355108-
CMYK00.750.520.13
HSL341.07º72.41%54.51%-
HSV(B)341.07º75.34%87.45%-
XYZ34.519.516.13-
YUV111.27126.16207.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.77%
GREEN value IS 55 (21.88% from 255) = 14.25%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=57.77%
G=14.25%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235510800.750.520.13341.0772.4154.51
HexDF376C04B34D1554837
Octal337671540113641552511067
Binary1101111111011111011000100101111010011011010101011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF376C; }

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

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

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

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

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

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

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

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