#DC0B53

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

Shades of Razzmatazz #DC0B53

Tints of Razzmatazz #DC0B53

Color information

#DC0B53 (or 0xDC0B53) is unknown color: approx Razzmatazz. HEX triplet: DC, 0B and 53. RGB value is (220,11,83). Sum of RGB (Red+Green+Blue) = 220+11+83=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0B53 is #23F4AC. Grayscale: #515151. Windows color (decimal): -2356397 or 5442524. OLE color: 5442524.

HSL color Cylindrical-coordinate representation of color #DC0B53: hue angle of 339.33º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B53 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB2201183-
CMYK00.950.620.14
HSL339.33º90.48%45.29%-
HSV(B)339.33º95%86.27%-
XYZ31.216.089.64-
YUV81.7128.74226.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 70.06%
GREEN value IS 11 (4.69% from 255) = 3.50%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=70.06%
G=3.50%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220118300.950.620.14339.3390.4845.29
HexDCB5305F3EE1535a2d
Octal334131230137761652313255
Binary11011100101110100110101111111111011101010100111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0B53; }

 p { color: rgb(220,11,83); }

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

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

 a { background-color: rgb(220,11,83); }

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

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

 span { border-color: rgb(220,11,83); }

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