#D5064E

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

Shades of Razzmatazz #D5064E

Tints of Razzmatazz #D5064E

Color information

#D5064E (or 0xD5064E) is unknown color: approx Razzmatazz. HEX triplet: D5, 06 and 4E. RGB value is (213,6,78). Sum of RGB (Red+Green+Blue) = 213+6+78=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D5064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5064E is #2AF9B1. Grayscale: #4C4C4C. Windows color (decimal): -2816434 or 5113557. OLE color: 5113557.

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

Color convert

RGB213678-
CMYK00.970.630.16
HSL339.13º94.52%42.94%-
HSV(B)339.13º97.18%83.53%-
XYZ28.8814.838.55-
YUV76.1129.08225.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 71.72%
GREEN value IS 6 (2.73% from 255) = 2.02%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=71.72%
G=2.02%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21367800.970.630.16339.1394.5242.94
HexD564E0613F101535f2b
Octal32561160141772052313753
Binary11010101110100111001100001111111100001010100111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5064E; }

 p { color: rgb(213,6,78); }

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

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

 a { background-color: rgb(213,6,78); }

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

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

 span { border-color: rgb(213,6,78); }

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