#D10066

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

Shades of Razzmatazz #D10066

Tints of Razzmatazz #D10066

Color information

#D10066 (or 0xD10066) is unknown color: approx Razzmatazz. HEX triplet: D1, 00 and 66. RGB value is (209,0,102). Sum of RGB (Red+Green+Blue) = 209+0+102=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D10066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10066 is #2EFF99. Grayscale: #494949. Windows color (decimal): -3080090 or 6684881. OLE color: 6684881.

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

Color convert

RGB2090102-
CMYK010.510.18
HSL330.72º100%40.98%-
HSV(B)330.72º100%81.96%-
XYZ28.6914.5113.86-
YUV74.12143.74224.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 67.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=67.20%
G=0%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2090102010.510.18330.7210040.98
HexD1066064331214b6429
Octal32101460144632251314451
Binary110100010110011001100100110011100101010010111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10066; }

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

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

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

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

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

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

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

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