#D00164

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

Shades of Razzmatazz #D00164

Tints of Razzmatazz #D00164

Color information

#D00164 (or 0xD00164) is unknown color: approx Razzmatazz. HEX triplet: D0, 01 and 64. RGB value is (208,1,100). Sum of RGB (Red+Green+Blue) = 208+1+100=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D00164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00164 is #2FFE9B. Grayscale: #494949. Windows color (decimal): -3145372 or 6554064. OLE color: 6554064.

HSL color Cylindrical-coordinate representation of color #D00164: hue angle of 331.3º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00164 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB2081100-
CMYK01.000.520.18
HSL331.3º99.04%40.98%-
HSV(B)331.3º99.52%81.57%-
XYZ28.3214.3513.33-
YUV74.18142.58223.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 67.31%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=67.31%
G=0.32%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208110001.000.520.18331.399.0440.98
HexD0164064341214b6329
Octal32011440144642251314351
Binary110100001110010001100100110100100101010010111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00164; }

 p { color: rgb(208,1,100); }

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

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

 a { background-color: rgb(208,1,100); }

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

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

 span { border-color: rgb(208,1,100); }

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