#D1025A

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

Shades of Razzmatazz #D1025A

Tints of Razzmatazz #D1025A

Color information

#D1025A (or 0xD1025A) is unknown color: approx Razzmatazz. HEX triplet: D1, 02 and 5A. RGB value is (209,2,90). Sum of RGB (Red+Green+Blue) = 209+2+90=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D1025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1025A is #2EFDA5. Grayscale: #494949. Windows color (decimal): -3079590 or 5898961. OLE color: 5898961.

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

Color convert

RGB209290-
CMYK00.990.570.18
HSL334.49º98.1%41.37%-
HSV(B)334.49º99.04%81.96%-
XYZ28.1614.3410.96-
YUV73.92137.08224.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 69.44%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=69.44%
G=0.66%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20929000.990.570.18334.4998.141.37
HexD125A063391214e6229
Octal32121320143712251614251
Binary1101000110101101001100011111001100101010011101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1025A; }

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

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

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

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

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

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

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

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