Html Css Color HEX #DB0459 Razzmatazz

📋 copy color: '#DB0459'

red 219 ◦ green 4 ◦ blue 89

#DB0459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #DB0459

Tints of Razzmatazz #DB0459

RGB

 RED value IS 219 (85.94% from 255) = 70.19%

 GREEN value IS 4 (1.95% from 255) = 1.28%

 BLUE value IS 89 (35.16% from 255) = 28.53%

R = 70.19%
G = 1.28%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB0459 (or 0xDB0459) is known color: Razzmatazz. HEX triplet: DB, 04 and 59. RGB value is (219,4,89). Sum of RGB (Red+Green+Blue) = 219+4+89=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0459 is #24FBA6. Grayscale: #4D4D4D. Windows color (decimal): -2423719 or 5833947. OLE color: 5833947.

HSL color Cylindrical-coordinate representation of color #DB0459: hue angle of 336.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0459 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 4 89 -
CMYK 0 0.98 0.59 0.14
HSL 336.28º 0.96% 0.44% -
HSV(B) 336.28º 0.98% 0.86% -
XYZ 31.06 15.87 10.88 -
YUV 77.98 134.23 228.59 -
System Red Green Blue C M Y K H S L
Decimal 219 4 89 0 0.98 0.59 0.14 336.28 0.96 0.44
Hex DB 4 59 0 62 3B E 150 60 2C
Octal 333 4 131 0 142 73 16 520 140 54
Binary 11011011 100 1011001 0 1100010 111011 1110 101010000 1100000 101100

Color Harmonies of #DB0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0459

Black with #DB0459

Text Example


Text Example

White with #DB0459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0459; }

 p { color: rgb(219,4,89); }

 H1.HeaderClassName
 {
   color: #DB0459;
 }
 .AnyTagClassName
 {
   color: #DB0459;
 }
</style>

background-color css

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

 a { background-color: rgb(219,4,89); }

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

border-color css

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

 span { border-color: rgb(219,4,89); }

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