#D40166

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

Shades of Razzmatazz #D40166

Tints of Razzmatazz #D40166

Color information

#D40166 (or 0xD40166) is unknown color: approx Razzmatazz. HEX triplet: D4, 01 and 66. RGB value is (212,1,102). Sum of RGB (Red+Green+Blue) = 212+1+102=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D40166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40166 is #2BFE99. Grayscale: #4B4B4B. Windows color (decimal): -2883226 or 6685140. OLE color: 6685140.

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

Color convert

RGB2121102-
CMYK01.000.520.17
HSL331.28º99.06%41.76%-
HSV(B)331.28º99.53%83.14%-
XYZ29.5614.9813.9-
YUV75.6142.9225.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 67.30%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=67.30%
G=0.32%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212110201.000.520.17331.2899.0641.76
HexD4166064341114b632a
Octal32411460144642151314352
Binary110101001110011001100100110100100011010010111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40166; }

 p { color: rgb(212,1,102); }

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

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

 a { background-color: rgb(212,1,102); }

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

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

 span { border-color: rgb(212,1,102); }

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