#DC3D5E

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

Shades of Cerise #DC3D5E

Tints of Cerise #DC3D5E

Color information

#DC3D5E (or 0xDC3D5E) is unknown color: approx Cerise. HEX triplet: DC, 3D and 5E. RGB value is (220,61,94). Sum of RGB (Red+Green+Blue) = 220+61+94=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D5E is #23C2A1. Grayscale: #707070. Windows color (decimal): -2343586 or 6176220. OLE color: 6176220.

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

Color convert

RGB2206194-
CMYK00.720.570.14
HSL347.55º69.43%55.1%-
HSV(B)347.55º72.27%86.27%-
XYZ33.219.3612.58-
YUV112.3117.68204.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.67%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=58.67%
G=16.27%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220619400.720.570.14347.5569.4355.1
HexDC3D5E04839E15c4537
Octal334751360110711653410567
Binary1101110011110110111100100100011100111101010111001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3D5E; }

 p { color: rgb(220,61,94); }

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

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

 a { background-color: rgb(220,61,94); }

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

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

 span { border-color: rgb(220,61,94); }

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