#DF0D4D

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

Shades of Razzmatazz #DF0D4D

Tints of Razzmatazz #DF0D4D

Color information

#DF0D4D (or 0xDF0D4D) is unknown color: approx Razzmatazz. HEX triplet: DF, 0D and 4D. RGB value is (223,13,77). Sum of RGB (Red+Green+Blue) = 223+13+77=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0D4D is #20F2B2. Grayscale: #535353. Windows color (decimal): -2159283 or 5049823. OLE color: 5049823.

HSL color Cylindrical-coordinate representation of color #DF0D4D: hue angle of 341.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D4D is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB2231377-
CMYK00.940.650.13
HSL341.71º88.98%46.27%-
HSV(B)341.71º94.17%87.45%-
XYZ31.9116.518.53-
YUV83.09124.57227.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 71.25%
GREEN value IS 13 (5.47% from 255) = 4.15%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=71.25%
G=4.15%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223137700.940.650.13341.7188.9846.27
HexDFD4D05E41D156592e
Octal3371511501361011552613156
Binary110111111101100110101011110100000111011010101101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0D4D; }

 p { color: rgb(223,13,77); }

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

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

 a { background-color: rgb(223,13,77); }

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

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

 span { border-color: rgb(223,13,77); }

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