#DF034E

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

Shades of Razzmatazz #DF034E

Tints of Razzmatazz #DF034E

Color information

#DF034E (or 0xDF034E) is unknown color: approx Razzmatazz. HEX triplet: DF, 03 and 4E. RGB value is (223,3,78). Sum of RGB (Red+Green+Blue) = 223+3+78=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF034E is #20FCB1. Grayscale: #4D4D4D. Windows color (decimal): -2161842 or 5112799. OLE color: 5112799.

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

Color convert

RGB223378-
CMYK00.990.650.13
HSL339.55º97.35%44.31%-
HSV(B)339.55º98.65%87.45%-
XYZ31.8416.38.68-
YUV77.33128.39231.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 73.36%
GREEN value IS 3 (1.56% from 255) = 0.99%
BLUE value IS 78 (30.86% from 255) = 25.66%
R=73.36%
G=0.99%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22337800.990.650.13339.5597.3544.31
HexDF34E06341D154612c
Octal337311601431011552414154
Binary1101111111100111001100011100000111011010101001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF034E; }

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

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

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

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

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

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

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

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