#DC3358

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

Shades of Cerise #DC3358

Tints of Cerise #DC3358

Color information

#DC3358 (or 0xDC3358) is unknown color: approx Cerise. HEX triplet: DC, 33 and 58. RGB value is (220,51,88). Sum of RGB (Red+Green+Blue) = 220+51+88=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3358 is #23CCA7. Grayscale: #696969. Windows color (decimal): -2346152 or 5780444. OLE color: 5780444.

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

Color convert

RGB2205188-
CMYK00.770.60.14
HSL346.86º70.71%53.14%-
HSV(B)346.86º76.82%86.27%-
XYZ32.4618.2911.05-
YUV105.75117.99209.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.28%
GREEN value IS 51 (20.31% from 255) = 14.21%
BLUE value IS 88 (34.77% from 255) = 24.51%
R=61.28%
G=14.21%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.6
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220518800.770.60.14346.8670.7153.14
HexDC335804D3CE15b4735
Octal334631300115741653310765
Binary1101110011001110110000100110111110011101010110111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3358; }

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

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

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

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

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

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

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

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