#d30851

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

Shades of Razzmatazz #D30851

Tints of Razzmatazz #D30851

Color information

#D30851 (or 0xD30851) is unknown color: approx Razzmatazz. HEX triplet: D3, 08 and 51. RGB value is (211,8,81). Sum of RGB (Red+Green+Blue) = 211+8+81=300 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 211 - color contains mainly: red. Hex color #D30851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30851 is #2CF7AE. Grayscale: #4C4C4C. Windows color (decimal): -2946991 or 5310675. OLE color: 5310675.

HSL color Cylindrical-coordinate representation of color #D30851: hue angle of 338.42º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30851 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB211881-
CMYK00.960.620.17
HSL338.42º92.69%42.94%-
HSV(B)338.42º96.21%82.75%-
XYZ28.4414.629.11-
YUV77.02130.25223.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 70.33%
GREEN value IS 8 (3.52% from 255) = 2.67%
BLUE value IS 81 (32.03% from 255) = 27%
R=70.33%
G=2.67%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21188100.960.620.17338.4292.6942.94
HexD38510603E111525d2b
Octal323101210140762152213553
Binary110100111000101000101100000111110100011010100101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d30851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d30851; }

 p { color: rgb(211,8,81); }

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

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

 a { background-color: rgb(211,8,81); }

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

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

 span { border-color: rgb(211,8,81); }

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