#D7015D

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

Shades of Razzmatazz #D7015D

Tints of Razzmatazz #D7015D

Color information

#D7015D (or 0xD7015D) is unknown color: approx Razzmatazz. HEX triplet: D7, 01 and 5D. RGB value is (215,1,93). Sum of RGB (Red+Green+Blue) = 215+1+93=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D7015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7015D is #28FEA2. Grayscale: #4B4B4B. Windows color (decimal): -2686627 or 6095319. OLE color: 6095319.

HSL color Cylindrical-coordinate representation of color #D7015D: hue angle of 334.21º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7015D is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB215193-
CMYK01.000.570.16
HSL334.21º99.07%42.35%-
HSV(B)334.21º99.53%84.31%-
XYZ30.0115.2611.72-
YUV75.47137.9227.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 69.58%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=69.58%
G=0.32%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519301.000.570.16334.2199.0742.35
HexD715D064391014e632a
Octal32711350144712051614352
Binary110101111101110101100100111001100001010011101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7015D; }

 p { color: rgb(215,1,93); }

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

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

 a { background-color: rgb(215,1,93); }

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

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

 span { border-color: rgb(215,1,93); }

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