Html Css Color HEX #DB0259 Razzmatazz

📋 copy color: '#DB0259'

red 219 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #DB0259

Tints of Razzmatazz #DB0259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 70.65%
G = 0.65%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB0259 (or 0xDB0259) is known color: Razzmatazz. HEX triplet: DB, 02 and 59. RGB value is (219,2,89). Sum of RGB (Red+Green+Blue) = 219+2+89=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0259 is #24FDA6. Grayscale: #4C4C4C. Windows color (decimal): -2424231 or 5833435. OLE color: 5833435.

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

Color convert

RGB 219 2 89 -
CMYK 0 0.99 0.59 0.14
HSL 335.94º 0.98% 0.43% -
HSV(B) 335.94º 0.99% 0.86% -
XYZ 31.04 15.82 10.87 -
YUV 76.8 134.89 229.43 -
System Red Green Blue C M Y K H S L
Decimal 219 2 89 0 0.99 0.59 0.14 335.94 0.98 0.43
Hex DB 2 59 0 63 3B E 150 62 2B
Octal 333 2 131 0 143 73 16 520 142 53
Binary 11011011 10 1011001 0 1100011 111011 1110 101010000 1100010 101011

Color Harmonies of #DB0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0259

Black with #DB0259

Text Example


Text Example

White with #DB0259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0259; }

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

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

background-color css

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

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

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

border-color css

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

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

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