#DF0061

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

Shades of Razzmatazz #DF0061

Tints of Razzmatazz #DF0061

Color information

#DF0061 (or 0xDF0061) is unknown color: approx Razzmatazz. HEX triplet: DF, 00 and 61. RGB value is (223,0,97). Sum of RGB (Red+Green+Blue) = 223+0+97=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0061 is #20FF9E. Grayscale: #4D4D4D. Windows color (decimal): -2162591 or 6357215. OLE color: 6357215.

HSL color Cylindrical-coordinate representation of color #DF0061: hue angle of 333.9º 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 #DF0061 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB223097-
CMYK010.570.13
HSL333.9º100%43.73%-
HSV(B)333.9º100%87.45%-
XYZ32.5916.5512.79-
YUV77.73138.88231.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 69.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 30.31%
R=69.69%
G=0%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223097010.570.13333.910043.73
HexDF06106439D14e642c
Octal33701410144711551614454
Binary11011111011000010110010011100111011010011101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0061; }

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

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

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

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

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

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

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

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