#DF0E58

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

Shades of Razzmatazz #DF0E58

Tints of Razzmatazz #DF0E58

Color information

#DF0E58 (or 0xDF0E58) is unknown color: approx Razzmatazz. HEX triplet: DF, 0E and 58. RGB value is (223,14,88). Sum of RGB (Red+Green+Blue) = 223+14+88=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E58 is #20F1A7. Grayscale: #545454. Windows color (decimal): -2159016 or 5770975. OLE color: 5770975.

HSL color Cylindrical-coordinate representation of color #DF0E58: hue angle of 338.76º degrees, saturation: 0.88, 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 #DF0E58 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB2231488-
CMYK00.940.610.13
HSL338.76º88.19%46.47%-
HSV(B)338.76º93.72%87.45%-
XYZ32.3516.7110.75-
YUV84.93129.74226.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 68.62%
GREEN value IS 14 (5.86% from 255) = 4.31%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=68.62%
G=4.31%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223148800.940.610.13338.7688.1946.47
HexDFE5805E3DD153582e
Octal337161300136751552313056
Binary11011111111010110000101111011110111011010100111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0E58; }

 p { color: rgb(223,14,88); }

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

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

 a { background-color: rgb(223,14,88); }

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

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

 span { border-color: rgb(223,14,88); }

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