Html Css Color HEX #DB0559 Razzmatazz

📋 copy color: '#DB0559'

red 219 ◦ green 5 ◦ blue 89

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

Shades of Razzmatazz #DB0559

Tints of Razzmatazz #DB0559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

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

R = 69.97%
G = 1.6%
B = 28.43%

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

#DB0559 (or 0xDB0559) is known color: Razzmatazz. HEX triplet: DB, 05 and 59. RGB value is (219,5,89). Sum of RGB (Red+Green+Blue) = 219+5+89=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0559 is #24FAA6. Grayscale: #4E4E4E. Windows color (decimal): -2423463 or 5834203. OLE color: 5834203.

HSL color Cylindrical-coordinate representation of color #DB0559: hue angle of 336.45º 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 #DB0559 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 5 89 -
CMYK 0 0.98 0.59 0.14
HSL 336.45º 0.96% 0.44% -
HSV(B) 336.45º 0.98% 0.86% -
XYZ 31.07 15.89 10.88 -
YUV 78.56 133.9 228.17 -
System Red Green Blue C M Y K H S L
Decimal 219 5 89 0 0.98 0.59 0.14 336.45 0.96 0.44
Hex DB 5 59 0 62 3B E 150 60 2C
Octal 333 5 131 0 142 73 16 520 140 54
Binary 11011011 101 1011001 0 1100010 111011 1110 101010000 1100000 101100

Color Harmonies of #DB0559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0559

Black with #DB0559

Text Example


Text Example

White with #DB0559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0559; }

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

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

background-color css

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

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

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

border-color css

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

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

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