#D91050

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

Shades of Razzmatazz #D91050

Tints of Razzmatazz #D91050

Color information

#D91050 (or 0xD91050) is unknown color: approx Razzmatazz. HEX triplet: D9, 10 and 50. RGB value is (217,16,80). Sum of RGB (Red+Green+Blue) = 217+16+80=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D91050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91050 is #26EFAF. Grayscale: #535353. Windows color (decimal): -2551728 or 5247193. OLE color: 5247193.

HSL color Cylindrical-coordinate representation of color #D91050: hue angle of 340.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91050 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB2171680-
CMYK00.930.630.15
HSL340.9º86.27%45.69%-
HSV(B)340.9º92.63%85.1%-
XYZ30.2515.79.03-
YUV83.4126.09223.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 69.33%
GREEN value IS 16 (6.64% from 255) = 5.11%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=69.33%
G=5.11%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217168000.930.630.15340.986.2745.69
HexD9105005D3FF155562e
Octal331201200135771752512656
Binary110110011000010100000101110111111111111010101011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91050; }

 p { color: rgb(217,16,80); }

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

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

 a { background-color: rgb(217,16,80); }

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

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

 span { border-color: rgb(217,16,80); }

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