#DB104E

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

Shades of Razzmatazz #DB104E

Tints of Razzmatazz #DB104E

Color information

#DB104E (or 0xDB104E) is unknown color: approx Razzmatazz. HEX triplet: DB, 10 and 4E. RGB value is (219,16,78). Sum of RGB (Red+Green+Blue) = 219+16+78=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB104E is #24EFB1. Grayscale: #535353. Windows color (decimal): -2420658 or 5116123. OLE color: 5116123.

HSL color Cylindrical-coordinate representation of color #DB104E: hue angle of 341.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB104E is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB2191678-
CMYK00.930.640.14
HSL341.67º86.38%46.08%-
HSV(B)341.67º92.69%85.88%-
XYZ30.7715.988.67-
YUV83.76124.75224.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 69.97%
GREEN value IS 16 (6.64% from 255) = 5.11%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=69.97%
G=5.11%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219167800.930.640.14341.6786.3846.08
HexDB104E05D40E156562e
Octal3332011601351001652612656
Binary1101101110000100111001011101100000011101010101101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB104E; }

 p { color: rgb(219,16,78); }

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

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

 a { background-color: rgb(219,16,78); }

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

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

 span { border-color: rgb(219,16,78); }

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