#D30068

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

Shades of Razzmatazz #D30068

Tints of Razzmatazz #D30068

Color information

#D30068 (or 0xD30068) is unknown color: approx Razzmatazz. HEX triplet: D3, 00 and 68. RGB value is (211,0,104). Sum of RGB (Red+Green+Blue) = 211+0+104=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D30068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30068 is #2CFF97. Grayscale: #4A4A4A. Windows color (decimal): -2949016 or 6815955. OLE color: 6815955.

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

Color convert

RGB2110104-
CMYK010.510.17
HSL330.43º100%41.37%-
HSV(B)330.43º100%82.75%-
XYZ29.3614.8514.42-
YUV74.94144.4225.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 66.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=66.98%
G=0%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2110104010.510.17330.4310041.37
HexD3068064331114a6429
Octal32301500144632151214451
Binary110100110110100001100100110011100011010010101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30068; }

 p { color: rgb(211,0,104); }

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

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

 a { background-color: rgb(211,0,104); }

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

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

 span { border-color: rgb(211,0,104); }

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