#D9005E

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

Shades of Razzmatazz #D9005E

Tints of Razzmatazz #D9005E

Color information

#D9005E (or 0xD9005E) is unknown color: approx Razzmatazz. HEX triplet: D9, 00 and 5E. RGB value is (217,0,94). Sum of RGB (Red+Green+Blue) = 217+0+94=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D9005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9005E is #26FFA1. Grayscale: #4B4B4B. Windows color (decimal): -2555810 or 6160601. OLE color: 6160601.

HSL color Cylindrical-coordinate representation of color #D9005E: hue angle of 334.01º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9005E is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB217094-
CMYK010.570.15
HSL334.01º100%42.55%-
HSV(B)334.01º100%85.1%-
XYZ30.6415.5611.98-
YUV75.6138.39228.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 69.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=69.77%
G=0%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217094010.570.15334.0110042.55
HexD905E06439F14e642b
Octal33101360144711751614453
Binary11011001010111100110010011100111111010011101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9005E; }

 p { color: rgb(217,0,94); }

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

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

 a { background-color: rgb(217,0,94); }

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

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

 span { border-color: rgb(217,0,94); }

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