#DF036C

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

Shades of Razzmatazz #DF036C

Tints of Razzmatazz #DF036C

Color information

#DF036C (or 0xDF036C) is unknown color: approx Razzmatazz. HEX triplet: DF, 03 and 6C. RGB value is (223,3,108). Sum of RGB (Red+Green+Blue) = 223+3+108=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF036C is #20FC93. Grayscale: #505050. Windows color (decimal): -2161812 or 7078879. OLE color: 7078879.

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

Color convert

RGB2233108-
CMYK00.990.520.13
HSL331.36º97.35%44.31%-
HSV(B)331.36º98.65%87.45%-
XYZ33.1716.8415.69-
YUV80.75143.39229.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.77%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=66.77%
G=0.90%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223310800.990.520.13331.3697.3544.31
HexDF36C06334D14b612c
Octal33731540143641551314154
Binary110111111111011000110001111010011011010010111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF036C; }

 p { color: rgb(223,3,108); }

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

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

 a { background-color: rgb(223,3,108); }

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

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

 span { border-color: rgb(223,3,108); }

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