#DD0066

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

Shades of Razzmatazz #DD0066

Tints of Razzmatazz #DD0066

Color information

#DD0066 (or 0xDD0066) is unknown color: approx Razzmatazz. HEX triplet: DD, 00 and 66. RGB value is (221,0,102). Sum of RGB (Red+Green+Blue) = 221+0+102=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0066 is #22FF99. Grayscale: #4D4D4D. Windows color (decimal): -2293658 or 6684893. OLE color: 6684893.

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

Color convert

RGB2210102-
CMYK010.540.13
HSL332.31º100%43.33%-
HSV(B)332.31º100%86.67%-
XYZ32.2216.3314.02-
YUV77.71141.72230.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 68.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=68.42%
G=0%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2210102010.540.13332.3110043.33
HexDD06606436D14c642b
Octal33501460144661551414453
Binary11011101011001100110010011011011011010011001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0066; }

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

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

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

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

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

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

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

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