#D20360

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

Shades of Razzmatazz #D20360

Tints of Razzmatazz #D20360

Color information

#D20360 (or 0xD20360) is unknown color: approx Razzmatazz. HEX triplet: D2, 03 and 60. RGB value is (210,3,96). Sum of RGB (Red+Green+Blue) = 210+3+96=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D20360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20360 is #2DFC9F. Grayscale: #4B4B4B. Windows color (decimal): -3013792 or 6292434. OLE color: 6292434.

HSL color Cylindrical-coordinate representation of color #D20360: hue angle of 333.04º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20360 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB210396-
CMYK00.990.540.18
HSL333.04º97.18%41.76%-
HSV(B)333.04º98.57%82.35%-
XYZ28.7214.6112.37-
YUV75.5139.58223.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 67.96%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=67.96%
G=0.97%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21039600.990.540.18333.0497.1841.76
HexD2360063361214d612a
Octal32231400143662251514152
Binary1101001011110000001100011110110100101010011011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20360; }

 p { color: rgb(210,3,96); }

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

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

 a { background-color: rgb(210,3,96); }

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

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

 span { border-color: rgb(210,3,96); }

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