#dc375d

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

Shades of Cerise #DC375D

Tints of Cerise #DC375D

Color information

#DC375D (or 0xDC375D) is unknown color: approx Cerise. HEX triplet: DC, 37 and 5D. RGB value is (220,55,93). Sum of RGB (Red+Green+Blue) = 220+55+93=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC375D is #23C8A2. Grayscale: #6C6C6C. Windows color (decimal): -2345123 or 6109148. OLE color: 6109148.

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

Color convert

RGB2205593-
CMYK00.750.580.14
HSL346.18º70.21%53.92%-
HSV(B)346.18º75%86.27%-
XYZ32.8618.7412.24-
YUV108.67119.16207.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.78%
GREEN value IS 55 (21.88% from 255) = 14.95%
BLUE value IS 93 (36.72% from 255) = 25.27%
R=59.78%
G=14.95%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220559300.750.580.14346.1870.2153.92
HexDC375D04B3AE15a4636
Octal334671350113721653210666
Binary1101110011011110111010100101111101011101010110101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc375d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc375d; }

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

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

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

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

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

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

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

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