#D20351

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

Shades of Razzmatazz #D20351

Tints of Razzmatazz #D20351

Color information

#D20351 (or 0xD20351) is unknown color: approx Razzmatazz. HEX triplet: D2, 03 and 51. RGB value is (210,3,81). Sum of RGB (Red+Green+Blue) = 210+3+81=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D20351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20351 is #2DFCAE. Grayscale: #494949. Windows color (decimal): -3013807 or 5309394. OLE color: 5309394.

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

Color convert

RGB210381-
CMYK00.990.610.18
HSL337.39º97.18%41.76%-
HSV(B)337.39º98.57%82.35%-
XYZ28.114.369.08-
YUV73.78132.08225.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 71.43%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 81 (32.03% from 255) = 27.55%
R=71.43%
G=1.02%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21038100.990.610.18337.3997.1841.76
HexD23510633D12151612a
Octal32231210143752252114152
Binary1101001011101000101100011111101100101010100011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20351; }

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

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

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

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

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

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

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

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