#D5006A

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

Shades of Razzmatazz #D5006A

Tints of Razzmatazz #D5006A

Color information

#D5006A (or 0xD5006A) is unknown color: approx Razzmatazz. HEX triplet: D5, 00 and 6A. RGB value is (213,0,106). Sum of RGB (Red+Green+Blue) = 213+0+106=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D5006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5006A is #2AFF95. Grayscale: #4B4B4B. Windows color (decimal): -2817942 or 6947029. OLE color: 6947029.

HSL color Cylindrical-coordinate representation of color #D5006A: hue angle of 330.14º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5006A is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB2130106-
CMYK010.500.16
HSL330.14º100%41.76%-
HSV(B)330.14º100%83.53%-
XYZ30.0415.1914.98-
YUV75.77145.07225.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=66.77%
G=0%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2130106010.500.16330.1410041.76
HexD506A064321014a642a
Octal32501520144622051214452
Binary110101010110101001100100110010100001010010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5006A; }

 p { color: rgb(213,0,106); }

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

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

 a { background-color: rgb(213,0,106); }

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

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

 span { border-color: rgb(213,0,106); }

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