#d80f50

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

Shades of Razzmatazz #D80F50

Tints of Razzmatazz #D80F50

Color information

#D80F50 (or 0xD80F50) is unknown color: approx Razzmatazz. HEX triplet: D8, 0F and 50. RGB value is (216,15,80). Sum of RGB (Red+Green+Blue) = 216+15+80=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80F50 is #27F0AF. Grayscale: #525252. Windows color (decimal): -2617520 or 5246936. OLE color: 5246936.

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

Color convert

RGB2161580-
CMYK00.930.630.15
HSL340.6º87.01%45.29%-
HSV(B)340.6º93.06%84.71%-
XYZ29.9415.529.01-
YUV82.51126.59223.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 69.45%
GREEN value IS 15 (6.25% from 255) = 4.82%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=69.45%
G=4.82%
B=25.72%

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
Decimal216158000.930.630.15340.687.0145.29
HexD8F5005D3FF155572d
Octal330171200135771752512755
Binary11011000111110100000101110111111111111010101011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d80f50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d80f50; }

 p { color: rgb(216,15,80); }

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

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

 a { background-color: rgb(216,15,80); }

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

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

 span { border-color: rgb(216,15,80); }

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