#D9006C

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

Shades of Razzmatazz #D9006C

Tints of Razzmatazz #D9006C

Color information

#D9006C (or 0xD9006C) is unknown color: approx Razzmatazz. HEX triplet: D9, 00 and 6C. RGB value is (217,0,108). Sum of RGB (Red+Green+Blue) = 217+0+108=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D9006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9006C is #26FF93. Grayscale: #4C4C4C. Windows color (decimal): -2555796 or 7078105. OLE color: 7078105.

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

Color convert

RGB2170108-
CMYK010.500.15
HSL330.14º100%42.55%-
HSV(B)330.14º100%85.1%-
XYZ31.3215.8315.59-
YUV77.19145.39227.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 66.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% 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.15
SystemRedGreenBlueCMYKHSL
Decimal2170108010.500.15330.1410042.55
HexD906C06432F14a642b
Octal33101540144621751214453
Binary11011001011011000110010011001011111010010101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9006C; }

 p { color: rgb(217,0,108); }

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

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

 a { background-color: rgb(217,0,108); }

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

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

 span { border-color: rgb(217,0,108); }

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