#D30260

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

Shades of Razzmatazz #D30260

Tints of Razzmatazz #D30260

Color information

#D30260 (or 0xD30260) is unknown color: approx Razzmatazz. HEX triplet: D3, 02 and 60. RGB value is (211,2,96). Sum of RGB (Red+Green+Blue) = 211+2+96=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D30260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30260 is #2CFD9F. Grayscale: #4B4B4B. Windows color (decimal): -2948512 or 6292179. OLE color: 6292179.

HSL color Cylindrical-coordinate representation of color #D30260: hue angle of 333.01º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D30260 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB211296-
CMYK00.990.550.17
HSL333.01º98.12%41.76%-
HSV(B)333.01º99.05%82.75%-
XYZ2914.7412.38-
YUV75.21139.74224.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 68.28%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=68.28%
G=0.65%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21129600.990.550.17333.0198.1241.76
HexD3260063371114d622a
Octal32321400143672151514252
Binary1101001110110000001100011110111100011010011011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30260; }

 p { color: rgb(211,2,96); }

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

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

 a { background-color: rgb(211,2,96); }

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

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

 span { border-color: rgb(211,2,96); }

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