#D40169

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

Shades of Razzmatazz #D40169

Tints of Razzmatazz #D40169

Color information

#D40169 (or 0xD40169) is unknown color: approx Razzmatazz. HEX triplet: D4, 01 and 69. RGB value is (212,1,105). Sum of RGB (Red+Green+Blue) = 212+1+105=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D40169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40169 is #2BFE96. Grayscale: #4B4B4B. Windows color (decimal): -2883223 or 6881748. OLE color: 6881748.

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

Color convert

RGB2121105-
CMYK01.000.500.17
HSL330.43º99.06%41.76%-
HSV(B)330.43º99.53%83.14%-
XYZ29.7115.0414.7-
YUV75.95144.4225.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 105 (41.41% from 255) = 33.02%
R=66.67%
G=0.31%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212110501.000.500.17330.4399.0641.76
HexD4169064321114a632a
Octal32411510144622151214352
Binary110101001110100101100100110010100011010010101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40169; }

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

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

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

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

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

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

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

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