#D00165

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

Shades of Razzmatazz #D00165

Tints of Razzmatazz #D00165

Color information

#D00165 (or 0xD00165) is unknown color: approx Razzmatazz. HEX triplet: D0, 01 and 65. RGB value is (208,1,101). Sum of RGB (Red+Green+Blue) = 208+1+101=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D00165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00165 is #2FFE9A. Grayscale: #4A4A4A. Windows color (decimal): -3145371 or 6619600. OLE color: 6619600.

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

Color convert

RGB2081101-
CMYK01.000.510.18
HSL331.01º99.04%40.98%-
HSV(B)331.01º99.52%81.57%-
XYZ28.3714.3713.59-
YUV74.29143.08223.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 67.10%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=67.10%
G=0.32%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208110101.000.510.18331.0199.0440.98
HexD0165064331214b6329
Octal32011450144632251314351
Binary110100001110010101100100110011100101010010111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00165; }

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

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

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

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

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

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

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

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