#DD0451

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

Shades of Razzmatazz #DD0451

Tints of Razzmatazz #DD0451

Color information

#DD0451 (or 0xDD0451) is unknown color: approx Razzmatazz. HEX triplet: DD, 04 and 51. RGB value is (221,4,81). Sum of RGB (Red+Green+Blue) = 221+4+81=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0451 is #22FBAE. Grayscale: #4D4D4D. Windows color (decimal): -2292655 or 5309661. OLE color: 5309661.

HSL color Cylindrical-coordinate representation of color #DD0451: hue angle of 338.71º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0451 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB221481-
CMYK00.980.630.13
HSL338.71º96.44%44.12%-
HSV(B)338.71º98.19%86.67%-
XYZ31.3516.059.23-
YUV77.66129.89230.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 72.22%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=72.22%
G=1.31%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22148100.980.630.13338.7196.4444.12
HexDD4510623FD153602c
Octal33541210142771552314054
Binary1101110110010100010110001011111111011010100111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0451; }

 p { color: rgb(221,4,81); }

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

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

 a { background-color: rgb(221,4,81); }

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

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

 span { border-color: rgb(221,4,81); }

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