#DE0352

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

Shades of Razzmatazz #DE0352

Tints of Razzmatazz #DE0352

Color information

#DE0352 (or 0xDE0352) is unknown color: approx Razzmatazz. HEX triplet: DE, 03 and 52. RGB value is (222,3,82). Sum of RGB (Red+Green+Blue) = 222+3+82=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0352 is #21FCAD. Grayscale: #4D4D4D. Windows color (decimal): -2227374 or 5374942. OLE color: 5374942.

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

Color convert

RGB222382-
CMYK00.990.630.13
HSL338.36º97.33%44.12%-
HSV(B)338.36º98.65%87.06%-
XYZ31.6816.29.44-
YUV77.49130.55231.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 72.31%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=72.31%
G=0.98%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22238200.990.630.13338.3697.3344.12
HexDE3520633FD152612c
Octal33631220143771552214154
Binary110111101110100100110001111111111011010100101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0352; }

 p { color: rgb(222,3,82); }

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

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

 a { background-color: rgb(222,3,82); }

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

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

 span { border-color: rgb(222,3,82); }

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