#D1025B

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

Shades of Razzmatazz #D1025B

Tints of Razzmatazz #D1025B

Color information

#D1025B (or 0xD1025B) is unknown color: approx Razzmatazz. HEX triplet: D1, 02 and 5B. RGB value is (209,2,91). Sum of RGB (Red+Green+Blue) = 209+2+91=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D1025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1025B is #2EFDA4. Grayscale: #494949. Windows color (decimal): -3079589 or 5964497. OLE color: 5964497.

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

Color convert

RGB209291-
CMYK00.990.560.18
HSL334.2º98.1%41.37%-
HSV(B)334.2º99.04%81.96%-
XYZ28.214.3511.18-
YUV74.04137.58224.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 69.21%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=69.21%
G=0.66%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20929100.990.560.18334.298.141.37
HexD125B063381214e6229
Octal32121330143702251614251
Binary1101000110101101101100011111000100101010011101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1025B; }

 p { color: rgb(209,2,91); }

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

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

 a { background-color: rgb(209,2,91); }

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

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

 span { border-color: rgb(209,2,91); }

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