Html Css Color HEX #DB0059 Razzmatazz

📋 copy color: '#DB0059'

red 219 ◦ green 0 ◦ blue 89

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

Shades of Razzmatazz #DB0059

Tints of Razzmatazz #DB0059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.1%
G = 0%
B = 28.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB0059 (or 0xDB0059) is known color: Razzmatazz. HEX triplet: DB, 00 and 59. RGB value is (219,0,89). Sum of RGB (Red+Green+Blue) = 219+0+89=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0059 is #24FFA6. Grayscale: #4B4B4B. Windows color (decimal): -2424743 or 5832923. OLE color: 5832923.

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

Color convert

RGB 219 0 89 -
CMYK 0 1 0.59 0.14
HSL 335.62º 1% 0.43% -
HSV(B) 335.62º 1% 0.86% -
XYZ 31.02 15.78 10.86 -
YUV 75.63 135.55 230.26 -
System Red Green Blue C M Y K H S L
Decimal 219 0 89 0 1 0.59 0.14 335.62 1 0.43
Hex DB 0 59 0 64 3B E 150 64 2B
Octal 333 0 131 0 144 73 16 520 144 53
Binary 11011011 0 1011001 0 1100100 111011 1110 101010000 1100100 101011

Color Harmonies of #DB0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0059

Black with #DB0059

Text Example


Text Example

White with #DB0059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0059; }

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

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

background-color css

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

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

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

border-color css

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

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

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