#D0084F

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

Shades of Razzmatazz #D0084F

Tints of Razzmatazz #D0084F

Color information

#D0084F (or 0xD0084F) is unknown color: approx Razzmatazz. HEX triplet: D0, 08 and 4F. RGB value is (208,8,79). Sum of RGB (Red+Green+Blue) = 208+8+79=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D0084F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0084F is #2FF7B0. Grayscale: #4B4B4B. Windows color (decimal): -3143601 or 5179600. OLE color: 5179600.

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

Color convert

RGB208879-
CMYK00.960.620.18
HSL338.7º92.59%42.35%-
HSV(B)338.7º96.15%81.57%-
XYZ27.5114.158.68-
YUV75.89129.76222.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 70.51%
GREEN value IS 8 (3.52% from 255) = 2.71%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=70.51%
G=2.71%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20887900.960.620.18338.792.5942.35
HexD084F0603E121535d2a
Octal320101170140762252313552
Binary110100001000100111101100000111110100101010100111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0084F; }

 p { color: rgb(208,8,79); }

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

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

 a { background-color: rgb(208,8,79); }

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

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

 span { border-color: rgb(208,8,79); }

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