#DD004C

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

Shades of Razzmatazz #DD004C

Tints of Razzmatazz #DD004C

Color information

#DD004C (or 0xDD004C) is unknown color: approx Razzmatazz. HEX triplet: DD, 00 and 4C. RGB value is (221,0,76). Sum of RGB (Red+Green+Blue) = 221+0+76=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD004C is #22FFB3. Grayscale: #4A4A4A. Windows color (decimal): -2293684 or 4980957. OLE color: 4980957.

HSL color Cylindrical-coordinate representation of color #DD004C: hue angle of 339.37º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD004C is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB221076-
CMYK010.660.13
HSL339.37º100%43.33%-
HSV(B)339.37º100%86.67%-
XYZ31.1215.898.26-
YUV74.74128.72232.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 74.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=74.41%
G=0%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221076010.660.13339.3710043.33
HexDD04C06442D153642b
Octal335011401441021552314453
Binary110111010100110001100100100001011011010100111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD004C; }

 p { color: rgb(221,0,76); }

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

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

 a { background-color: rgb(221,0,76); }

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

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

 span { border-color: rgb(221,0,76); }

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