#D80153

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

Shades of Razzmatazz #D80153

Tints of Razzmatazz #D80153

Color information

#D80153 (or 0xD80153) is unknown color: approx Razzmatazz. HEX triplet: D8, 01 and 53. RGB value is (216,1,83). Sum of RGB (Red+Green+Blue) = 216+1+83=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D80153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80153 is #27FEAC. Grayscale: #4A4A4A. Windows color (decimal): -2621101 or 5439960. OLE color: 5439960.

HSL color Cylindrical-coordinate representation of color #D80153: hue angle of 337.12º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80153 is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB216183-
CMYK01.000.620.15
HSL337.12º99.08%42.55%-
HSV(B)337.12º99.54%84.71%-
XYZ29.8915.259.55-
YUV74.63132.73228.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 72%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 83 (32.81% from 255) = 27.67%
R=72%
G=0.33%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618301.000.620.15337.1299.0842.55
HexD81530643EF151632b
Octal33011230144761752114353
Binary11011000110100110110010011111011111010100011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80153; }

 p { color: rgb(216,1,83); }

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

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

 a { background-color: rgb(216,1,83); }

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

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

 span { border-color: rgb(216,1,83); }

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