#df005b

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

Shades of Razzmatazz #DF005B

Tints of Razzmatazz #DF005B

Color information

#DF005B (or 0xDF005B) is unknown color: approx Razzmatazz. HEX triplet: DF, 00 and 5B. RGB value is (223,0,91). Sum of RGB (Red+Green+Blue) = 223+0+91=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF005B is #20FFA4. Grayscale: #4C4C4C. Windows color (decimal): -2162597 or 5963999. OLE color: 5963999.

HSL color Cylindrical-coordinate representation of color #DF005B: hue angle of 335.52º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF005B is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB223091-
CMYK010.590.13
HSL335.52º100%43.73%-
HSV(B)335.52º100%87.45%-
XYZ32.3216.4411.37-
YUV77.05135.88232.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 71.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=71.02%
G=0%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223091010.590.13335.5210043.73
HexDF05B0643BD150642c
Octal33701330144731552014454
Binary11011111010110110110010011101111011010100001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df005b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df005b; }

 p { color: rgb(223,0,91); }

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

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

 a { background-color: rgb(223,0,91); }

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

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

 span { border-color: rgb(223,0,91); }

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