#D8054E

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

Shades of Razzmatazz #D8054E

Tints of Razzmatazz #D8054E

Color information

#D8054E (or 0xD8054E) is unknown color: approx Razzmatazz. HEX triplet: D8, 05 and 4E. RGB value is (216,5,78). Sum of RGB (Red+Green+Blue) = 216+5+78=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D8054E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8054E is #27FAB1. Grayscale: #4C4C4C. Windows color (decimal): -2620082 or 5113304. OLE color: 5113304.

HSL color Cylindrical-coordinate representation of color #D8054E: hue angle of 339.24º 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 #D8054E is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB216578-
CMYK00.980.640.15
HSL339.24º95.48%43.33%-
HSV(B)339.24º97.69%84.71%-
XYZ29.7515.268.58-
YUV76.41128.9227.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 72.24%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=72.24%
G=1.67%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21657800.980.640.15339.2495.4843.33
HexD854E06240F1535f2b
Octal330511601421001752313753
Binary11011000101100111001100010100000011111010100111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8054E; }

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

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

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

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

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

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

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

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