#D3054A

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

Shades of Razzmatazz #D3054A

Tints of Razzmatazz #D3054A

Color information

#D3054A (or 0xD3054A) is unknown color: approx Razzmatazz. HEX triplet: D3, 05 and 4A. RGB value is (211,5,74). Sum of RGB (Red+Green+Blue) = 211+5+74=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D3054A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3054A is #2CFAB5. Grayscale: #4A4A4A. Windows color (decimal): -2947766 or 4851155. OLE color: 4851155.

HSL color Cylindrical-coordinate representation of color #D3054A: hue angle of 339.9º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3054A is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB211574-
CMYK00.980.650.17
HSL339.9º95.37%42.35%-
HSV(B)339.9º97.63%82.75%-
XYZ28.1514.457.78-
YUV74.46127.75225.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 72.76%
GREEN value IS 5 (2.34% from 255) = 1.72%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=72.76%
G=1.72%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21157400.980.650.17339.995.3742.35
HexD354A06241111545f2a
Octal323511201421012152413752
Binary110100111011001010011000101000001100011010101001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3054A; }

 p { color: rgb(211,5,74); }

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

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

 a { background-color: rgb(211,5,74); }

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

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

 span { border-color: rgb(211,5,74); }

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