#D6074F

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

Shades of Razzmatazz #D6074F

Tints of Razzmatazz #D6074F

Color information

#D6074F (or 0xD6074F) is unknown color: approx Razzmatazz. HEX triplet: D6, 07 and 4F. RGB value is (214,7,79). Sum of RGB (Red+Green+Blue) = 214+7+79=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D6074F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6074F is #29F8B0. Grayscale: #4D4D4D. Windows color (decimal): -2750641 or 5179350. OLE color: 5179350.

HSL color Cylindrical-coordinate representation of color #D6074F: hue angle of 339.13º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6074F is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB214779-
CMYK00.970.630.16
HSL339.13º93.67%43.33%-
HSV(B)339.13º96.73%83.92%-
XYZ29.2215.018.75-
YUV77.1129.08225.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 71.33%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 79 (31.25% from 255) = 26.33%
R=71.33%
G=2.33%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21477900.970.630.16339.1393.6743.33
HexD674F0613F101535e2b
Octal32671170141772052313653
Binary11010110111100111101100001111111100001010100111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6074F; }

 p { color: rgb(214,7,79); }

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

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

 a { background-color: rgb(214,7,79); }

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

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

 span { border-color: rgb(214,7,79); }

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