#DC3367

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

Shades of Cerise #DC3367

Tints of Cerise #DC3367

Color information

#DC3367 (or 0xDC3367) is unknown color: approx Cerise. HEX triplet: DC, 33 and 67. RGB value is (220,51,103). Sum of RGB (Red+Green+Blue) = 220+51+103=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3367 is #23CC98. Grayscale: #6B6B6B. Windows color (decimal): -2346137 or 6763484. OLE color: 6763484.

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

Color convert

RGB22051103-
CMYK00.770.530.14
HSL341.54º70.71%53.14%-
HSV(B)341.54º76.82%86.27%-
XYZ33.1518.5614.67-
YUV107.46125.49208.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.82%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 103 (40.62% from 255) = 27.54%
R=58.82%
G=13.64%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205110300.770.530.14341.5470.7153.14
HexDC336704D35E1564735
Octal334631470115651652610765
Binary1101110011001111001110100110111010111101010101101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3367; }

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

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

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

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

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

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

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

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