#DC3363

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

Shades of Cerise #DC3363

Tints of Cerise #DC3363

Color information

#DC3363 (or 0xDC3363) is unknown color: approx Cerise. HEX triplet: DC, 33 and 63. RGB value is (220,51,99). Sum of RGB (Red+Green+Blue) = 220+51+99=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3363 is #23CC9C. Grayscale: #6A6A6A. Windows color (decimal): -2346141 or 6501340. OLE color: 6501340.

HSL color Cylindrical-coordinate representation of color #DC3363: hue angle of 342.96º 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 #DC3363 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB2205199-
CMYK00.770.550.14
HSL342.96º70.71%53.14%-
HSV(B)342.96º76.82%86.27%-
XYZ32.9518.4813.64-
YUV107123.49208.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.46%
GREEN value IS 51 (20.31% from 255) = 13.78%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=59.46%
G=13.78%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220519900.770.550.14342.9670.7153.14
HexDC336304D37E1574735
Octal334631430115671652710765
Binary1101110011001111000110100110111011111101010101111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3363; }

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

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

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

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

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

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

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

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