#D10067

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

Shades of Razzmatazz #D10067

Tints of Razzmatazz #D10067

Color information

#D10067 (or 0xD10067) is unknown color: approx Razzmatazz. HEX triplet: D1, 00 and 67. RGB value is (209,0,103). Sum of RGB (Red+Green+Blue) = 209+0+103=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D10067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10067 is #2EFF98. Grayscale: #4A4A4A. Windows color (decimal): -3080089 or 6750417. OLE color: 6750417.

HSL color Cylindrical-coordinate representation of color #D10067: hue angle of 330.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10067 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB2090103-
CMYK010.510.18
HSL330.43º100%40.98%-
HSV(B)330.43º100%81.96%-
XYZ28.7414.5314.12-
YUV74.23144.24224.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=66.99%
G=0%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2090103010.510.18330.4310040.98
HexD1067064331214a6429
Octal32101470144632251214451
Binary110100010110011101100100110011100101010010101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10067; }

 p { color: rgb(209,0,103); }

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

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

 a { background-color: rgb(209,0,103); }

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

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

 span { border-color: rgb(209,0,103); }

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