#DC0E51

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

Shades of Razzmatazz #DC0E51

Tints of Razzmatazz #DC0E51

Color information

#DC0E51 (or 0xDC0E51) is unknown color: approx Razzmatazz. HEX triplet: DC, 0E and 51. RGB value is (220,14,81). Sum of RGB (Red+Green+Blue) = 220+14+81=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0E51 is #23F1AE. Grayscale: #535353. Windows color (decimal): -2355631 or 5312220. OLE color: 5312220.

HSL color Cylindrical-coordinate representation of color #DC0E51: hue angle of 340.49º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0E51 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB2201481-
CMYK00.940.630.14
HSL340.49º88.03%45.88%-
HSV(B)340.49º93.64%86.27%-
XYZ31.1616.129.25-
YUV83.23126.75225.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 69.84%
GREEN value IS 14 (5.86% from 255) = 4.44%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=69.84%
G=4.44%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220148100.940.630.14340.4988.0345.88
HexDCE5105E3FE154582e
Octal334161210136771652413056
Binary11011100111010100010101111011111111101010101001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0E51; }

 p { color: rgb(220,14,81); }

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

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

 a { background-color: rgb(220,14,81); }

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

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

 span { border-color: rgb(220,14,81); }

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