#D10064

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

Shades of Razzmatazz #D10064

Tints of Razzmatazz #D10064

Color information

#D10064 (or 0xD10064) is unknown color: approx Razzmatazz. HEX triplet: D1, 00 and 64. RGB value is (209,0,100). Sum of RGB (Red+Green+Blue) = 209+0+100=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D10064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10064 is #2EFF9B. Grayscale: #494949. Windows color (decimal): -3080092 or 6553809. OLE color: 6553809.

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

Color convert

RGB2090100-
CMYK010.520.18
HSL331.29º100%40.98%-
HSV(B)331.29º100%81.96%-
XYZ28.5914.4813.34-
YUV73.89142.74224.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 67.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=67.64%
G=0%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2090100010.520.18331.2910040.98
HexD1064064341214b6429
Octal32101440144642251314451
Binary110100010110010001100100110100100101010010111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10064; }

 p { color: rgb(209,0,100); }

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

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

 a { background-color: rgb(209,0,100); }

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

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

 span { border-color: rgb(209,0,100); }

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