#D10065

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

Shades of Razzmatazz #D10065

Tints of Razzmatazz #D10065

Color information

#D10065 (or 0xD10065) is unknown color: approx Razzmatazz. HEX triplet: D1, 00 and 65. RGB value is (209,0,101). Sum of RGB (Red+Green+Blue) = 209+0+101=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D10065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10065 is #2EFF9A. Grayscale: #494949. Windows color (decimal): -3080091 or 6619345. OLE color: 6619345.

HSL color Cylindrical-coordinate representation of color #D10065: hue angle of 331º 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 #D10065 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB2090101-
CMYK010.520.18
HSL331º100%40.98%-
HSV(B)331º100%81.96%-
XYZ28.6414.4913.6-
YUV74143.24224.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 67.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=67.42%
G=0%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2090101010.520.1833110040.98
HexD1065064341214b6429
Octal32101450144642251314451
Binary110100010110010101100100110100100101010010111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10065; }

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

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

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

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

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

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

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

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