#DC3365

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

Shades of Cerise #DC3365

Tints of Cerise #DC3365

Color information

#DC3365 (or 0xDC3365) is unknown color: approx Cerise. HEX triplet: DC, 33 and 65. RGB value is (220,51,101). Sum of RGB (Red+Green+Blue) = 220+51+101=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3365 is #23CC9A. Grayscale: #6B6B6B. Windows color (decimal): -2346139 or 6632412. OLE color: 6632412.

HSL color Cylindrical-coordinate representation of color #DC3365: hue angle of 342.25º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3365 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB22051101-
CMYK00.770.540.14
HSL342.25º70.71%53.14%-
HSV(B)342.25º76.82%86.27%-
XYZ33.0518.5214.15-
YUV107.23124.49208.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.14%
GREEN value IS 51 (20.31% from 255) = 13.71%
BLUE value IS 101 (39.84% from 255) = 27.15%
R=59.14%
G=13.71%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205110100.770.540.14342.2570.7153.14
HexDC336504D36E1564735
Octal334631450115661652610765
Binary1101110011001111001010100110111011011101010101101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3365; }

 p { color: rgb(220,51,101); }

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

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

 a { background-color: rgb(220,51,101); }

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

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

 span { border-color: rgb(220,51,101); }

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