#D40167

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

Shades of Razzmatazz #D40167

Tints of Razzmatazz #D40167

Color information

#D40167 (or 0xD40167) is unknown color: approx Razzmatazz. HEX triplet: D4, 01 and 67. RGB value is (212,1,103). Sum of RGB (Red+Green+Blue) = 212+1+103=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D40167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40167 is #2BFE98. Grayscale: #4B4B4B. Windows color (decimal): -2883225 or 6750676. OLE color: 6750676.

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

Color convert

RGB2121103-
CMYK01.000.510.17
HSL331º99.06%41.76%-
HSV(B)331º99.53%83.14%-
XYZ29.611514.17-
YUV75.72143.4225.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 67.09%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 103 (40.62% from 255) = 32.59%
R=67.09%
G=0.32%
B=32.59%

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
Decimal212110301.000.510.1733199.0641.76
HexD4167064331114b632a
Octal32411470144632151314352
Binary110101001110011101100100110011100011010010111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40167; }

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

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

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

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

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

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

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

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