#DC445F

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

Shades of Cerise #DC445F

Tints of Cerise #DC445F

Color information

#DC445F (or 0xDC445F) is unknown color: approx Cerise. HEX triplet: DC, 44 and 5F. RGB value is (220,68,95). Sum of RGB (Red+Green+Blue) = 220+68+95=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC445F is #23BBA0. Grayscale: #747474. Windows color (decimal): -2341793 or 6243548. OLE color: 6243548.

HSL color Cylindrical-coordinate representation of color #DC445F: hue angle of 349.34º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC445F is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB2206895-
CMYK00.690.570.14
HSL349.34º68.47%56.47%-
HSV(B)349.34º69.09%86.27%-
XYZ33.6520.1812.95-
YUV116.53115.86201.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.44%
GREEN value IS 68 (26.95% from 255) = 17.75%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=57.44%
G=17.75%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220689500.690.570.14349.3468.4756.47
HexDC445F04539E15d4438
Octal3341041370105711653510470
Binary11011100100010010111110100010111100111101010111011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC445F; }

 p { color: rgb(220,68,95); }

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

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

 a { background-color: rgb(220,68,95); }

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

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

 span { border-color: rgb(220,68,95); }

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