#DF0852

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

Shades of Razzmatazz #DF0852

Tints of Razzmatazz #DF0852

Color information

#DF0852 (or 0xDF0852) is unknown color: approx Razzmatazz. HEX triplet: DF, 08 and 52. RGB value is (223,8,82). Sum of RGB (Red+Green+Blue) = 223+8+82=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0852 is #20F7AD. Grayscale: #505050. Windows color (decimal): -2160558 or 5376223. OLE color: 5376223.

HSL color Cylindrical-coordinate representation of color #DF0852: hue angle of 339.35º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0852 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB223882-
CMYK00.960.630.13
HSL339.35º93.07%45.29%-
HSV(B)339.35º96.41%87.45%-
XYZ32.0416.479.47-
YUV80.72128.73229.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 71.25%
GREEN value IS 8 (3.52% from 255) = 2.56%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=71.25%
G=2.56%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22388200.960.630.13339.3593.0745.29
HexDF8520603FD1535d2d
Octal337101220140771552313555
Binary11011111100010100100110000011111111011010100111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0852; }

 p { color: rgb(223,8,82); }

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

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

 a { background-color: rgb(223,8,82); }

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

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

 span { border-color: rgb(223,8,82); }

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