#DD005E

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

Shades of Razzmatazz #DD005E

Tints of Razzmatazz #DD005E

Color information

#DD005E (or 0xDD005E) is unknown color: approx Razzmatazz. HEX triplet: DD, 00 and 5E. RGB value is (221,0,94). Sum of RGB (Red+Green+Blue) = 221+0+94=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD005E is #22FFA1. Grayscale: #4C4C4C. Windows color (decimal): -2293666 or 6160605. OLE color: 6160605.

HSL color Cylindrical-coordinate representation of color #DD005E: hue angle of 334.48º 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 #DD005E is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB221094-
CMYK010.570.13
HSL334.48º100%43.33%-
HSV(B)334.48º100%86.67%-
XYZ31.8416.1812.03-
YUV76.79137.72230.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=70.16%
G=0%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221094010.570.13334.4810043.33
HexDD05E06439D14e642b
Octal33501360144711551614453
Binary11011101010111100110010011100111011010011101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD005E; }

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

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

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

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

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

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

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

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