#D00160

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

Shades of Razzmatazz #D00160

Tints of Razzmatazz #D00160

Color information

#D00160 (or 0xD00160) is unknown color: approx Razzmatazz. HEX triplet: D0, 01 and 60. RGB value is (208,1,96). Sum of RGB (Red+Green+Blue) = 208+1+96=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D00160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00160 is #2FFE9F. Grayscale: #494949. Windows color (decimal): -3145376 or 6291920. OLE color: 6291920.

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

Color convert

RGB208196-
CMYK01.000.540.18
HSL332.46º99.04%40.98%-
HSV(B)332.46º99.52%81.57%-
XYZ28.1314.2812.34-
YUV73.72140.58223.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 68.20%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=68.20%
G=0.33%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819601.000.540.18332.4699.0440.98
HexD0160064361214c6329
Octal32011400144662251414351
Binary110100001110000001100100110110100101010011001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00160; }

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

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

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

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

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

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

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

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