#D9084B

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

Shades of Razzmatazz #D9084B

Tints of Razzmatazz #D9084B

Color information

#D9084B (or 0xD9084B) is unknown color: approx Razzmatazz. HEX triplet: D9, 08 and 4B. RGB value is (217,8,75). Sum of RGB (Red+Green+Blue) = 217+8+75=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D9084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9084B is #26F7B4. Grayscale: #4E4E4E. Windows color (decimal): -2553781 or 4917465. OLE color: 4917465.

HSL color Cylindrical-coordinate representation of color #D9084B: hue angle of 340.77º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9084B is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB217875-
CMYK00.960.650.15
HSL340.77º92.89%44.12%-
HSV(B)340.77º96.31%85.1%-
XYZ29.9715.438.06-
YUV78.13126.24227.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 72.33%
GREEN value IS 8 (3.52% from 255) = 2.67%
BLUE value IS 75 (29.69% from 255) = 25%
R=72.33%
G=2.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21787500.960.650.15340.7792.8944.12
HexD984B06041F1555d2c
Octal3311011301401011752513554
Binary110110011000100101101100000100000111111010101011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9084B; }

 p { color: rgb(217,8,75); }

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

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

 a { background-color: rgb(217,8,75); }

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

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

 span { border-color: rgb(217,8,75); }

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