#DE0351

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

Shades of Razzmatazz #DE0351

Tints of Razzmatazz #DE0351

Color information

#DE0351 (or 0xDE0351) is unknown color: approx Razzmatazz. HEX triplet: DE, 03 and 51. RGB value is (222,3,81). Sum of RGB (Red+Green+Blue) = 222+3+81=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0351 is #21FCAE. Grayscale: #4D4D4D. Windows color (decimal): -2227375 or 5309406. OLE color: 5309406.

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

Color convert

RGB222381-
CMYK00.990.640.13
HSL338.63º97.33%44.12%-
HSV(B)338.63º98.65%87.06%-
XYZ31.6416.199.24-
YUV77.37130.05231.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 72.55%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=72.55%
G=0.98%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22238100.990.640.13338.6397.3344.12
HexDE35106340D153612c
Octal336312101431001552314154
Binary1101111011101000101100011100000011011010100111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0351; }

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

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

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

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

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

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

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

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