#D1055A

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

Shades of Razzmatazz #D1055A

Tints of Razzmatazz #D1055A

Color information

#D1055A (or 0xD1055A) is unknown color: approx Razzmatazz. HEX triplet: D1, 05 and 5A. RGB value is (209,5,90). Sum of RGB (Red+Green+Blue) = 209+5+90=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1055A is #2EFAA5. Grayscale: #4B4B4B. Windows color (decimal): -3078822 or 5899729. OLE color: 5899729.

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

Color convert

RGB209590-
CMYK00.980.570.18
HSL335º95.33%41.96%-
HSV(B)335º97.61%81.96%-
XYZ28.1914.410.97-
YUV75.69136.09223.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 68.75%
GREEN value IS 5 (2.34% from 255) = 1.64%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=68.75%
G=1.64%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20959000.980.570.1833595.3341.96
HexD155A062391214f5f2a
Octal32151320142712251713752
Binary11010001101101101001100010111001100101010011111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1055A; }

 p { color: rgb(209,5,90); }

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

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

 a { background-color: rgb(209,5,90); }

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

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

 span { border-color: rgb(209,5,90); }

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