#D8054F

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

Shades of Razzmatazz #D8054F

Tints of Razzmatazz #D8054F

Color information

#D8054F (or 0xD8054F) is unknown color: approx Razzmatazz. HEX triplet: D8, 05 and 4F. RGB value is (216,5,79). Sum of RGB (Red+Green+Blue) = 216+5+79=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D8054F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8054F is #27FAB0. Grayscale: #4C4C4C. Windows color (decimal): -2620081 or 5178840. OLE color: 5178840.

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

Color convert

RGB216579-
CMYK00.980.630.15
HSL338.96º95.48%43.33%-
HSV(B)338.96º97.69%84.71%-
XYZ29.7815.278.78-
YUV76.53129.4227.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 72%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 79 (31.25% from 255) = 26.33%
R=72%
G=1.67%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21657900.980.630.15338.9695.4843.33
HexD854F0623FF1535f2b
Octal33051170142771752313753
Binary1101100010110011110110001011111111111010100111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8054F; }

 p { color: rgb(216,5,79); }

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

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

 a { background-color: rgb(216,5,79); }

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

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

 span { border-color: rgb(216,5,79); }

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