#DC33A8

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

Shades of Deep Cerise #DC33A8

Tints of Deep Cerise #DC33A8

Color information

#DC33A8 (or 0xDC33A8) is unknown color: approx Deep Cerise. HEX triplet: DC, 33 and A8. RGB value is (220,51,168). Sum of RGB (Red+Green+Blue) = 220+51+168=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33A8 is #23CC57. Grayscale: #727272. Windows color (decimal): -2346072 or 11023324. OLE color: 11023324.

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

Color convert

RGB22051168-
CMYK00.770.240.14
HSL318.46º70.71%53.14%-
HSV(B)318.46º76.82%86.27%-
XYZ37.7720.4138.99-
YUV114.87157.99202.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.11%
GREEN value IS 51 (20.31% from 255) = 11.62%
BLUE value IS 168 (66.02% from 255) = 38.27%
R=50.11%
G=11.62%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205116800.770.240.14318.4670.7153.14
HexDC33A804D18E13e4735
Octal334632500115301647610765
Binary1101110011001110101000010011011100011101001111101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC33A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC33A8; }

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

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

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

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

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

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

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

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