#DA015F

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

Shades of Razzmatazz #DA015F

Tints of Razzmatazz #DA015F

Color information

#DA015F (or 0xDA015F) is unknown color: approx Razzmatazz. HEX triplet: DA, 01 and 5F. RGB value is (218,1,95). Sum of RGB (Red+Green+Blue) = 218+1+95=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA015F is #25FEA0. Grayscale: #4C4C4C. Windows color (decimal): -2490017 or 6226394. OLE color: 6226394.

HSL color Cylindrical-coordinate representation of color #DA015F: hue angle of 334.01º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA015F is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB218195-
CMYK01.000.560.15
HSL334.01º99.09%42.94%-
HSV(B)334.01º99.54%85.49%-
XYZ30.9915.7512.23-
YUV76.6138.39228.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 69.43%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=69.43%
G=0.32%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819501.000.560.15334.0199.0942.94
HexDA15F06438F14e632b
Octal33211370144701751614353
Binary11011010110111110110010011100011111010011101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA015F; }

 p { color: rgb(218,1,95); }

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

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

 a { background-color: rgb(218,1,95); }

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

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

 span { border-color: rgb(218,1,95); }

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