#D40168

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

Shades of Razzmatazz #D40168

Tints of Razzmatazz #D40168

Color information

#D40168 (or 0xD40168) is unknown color: approx Razzmatazz. HEX triplet: D4, 01 and 68. RGB value is (212,1,104). Sum of RGB (Red+Green+Blue) = 212+1+104=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D40168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40168 is #2BFE97. Grayscale: #4B4B4B. Windows color (decimal): -2883224 or 6816212. OLE color: 6816212.

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

Color convert

RGB2121104-
CMYK01.000.510.17
HSL330.71º99.06%41.76%-
HSV(B)330.71º99.53%83.14%-
XYZ29.6615.0214.43-
YUV75.83143.9225.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 66.88%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=66.88%
G=0.32%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212110401.000.510.17330.7199.0641.76
HexD4168064331114b632a
Octal32411500144632151314352
Binary110101001110100001100100110011100011010010111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40168; }

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

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

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

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

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

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

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

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