#D30858

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

Shades of Razzmatazz #D30858

Tints of Razzmatazz #D30858

Color information

#D30858 (or 0xD30858) is unknown color: approx Razzmatazz. HEX triplet: D3, 08 and 58. RGB value is (211,8,88). Sum of RGB (Red+Green+Blue) = 211+8+88=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D30858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30858 is #2CF7A7. Grayscale: #4D4D4D. Windows color (decimal): -2946984 or 5769427. OLE color: 5769427.

HSL color Cylindrical-coordinate representation of color #D30858: hue angle of 336.35º 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 #D30858 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB211888-
CMYK00.960.580.17
HSL336.35º92.69%42.94%-
HSV(B)336.35º96.21%82.75%-
XYZ28.7114.7310.56-
YUV77.82133.75223-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 68.73%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 88 (34.77% from 255) = 28.66%
R=68.73%
G=2.61%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21188800.960.580.17336.3592.6942.94
HexD38580603A111505d2b
Octal323101300140722152013553
Binary110100111000101100001100000111010100011010100001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30858; }

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

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

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

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

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

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

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

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