#DA065B

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

Shades of Razzmatazz #DA065B

Tints of Razzmatazz #DA065B

Color information

#DA065B (or 0xDA065B) is unknown color: approx Razzmatazz. HEX triplet: DA, 06 and 5B. RGB value is (218,6,91). Sum of RGB (Red+Green+Blue) = 218+6+91=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA065B is #25F9A4. Grayscale: #4E4E4E. Windows color (decimal): -2488741 or 5965530. OLE color: 5965530.

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

Color convert

RGB218691-
CMYK00.970.580.15
HSL335.94º94.64%43.92%-
HSV(B)335.94º97.25%85.49%-
XYZ30.8715.7911.32-
YUV79.08134.74227.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 69.21%
GREEN value IS 6 (2.73% from 255) = 1.90%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=69.21%
G=1.90%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21869100.970.580.15335.9494.6443.92
HexDA65B0613AF1505f2c
Octal33261330141721752013754
Binary1101101011010110110110000111101011111010100001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA065B; }

 p { color: rgb(218,6,91); }

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

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

 a { background-color: rgb(218,6,91); }

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

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

 span { border-color: rgb(218,6,91); }

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