Html Css Color HEX #DB0359 Razzmatazz

📋 copy color: '#DB0359'

red 219 ◦ green 3 ◦ blue 89

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

Shades of Razzmatazz #DB0359

Tints of Razzmatazz #DB0359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 70.42%
G = 0.96%
B = 28.62%

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

#DB0359 (or 0xDB0359) is known color: Razzmatazz. HEX triplet: DB, 03 and 59. RGB value is (219,3,89). Sum of RGB (Red+Green+Blue) = 219+3+89=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0359 is #24FCA6. Grayscale: #4D4D4D. Windows color (decimal): -2423975 or 5833691. OLE color: 5833691.

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

Color convert

RGB 219 3 89 -
CMYK 0 0.99 0.59 0.14
HSL 336.11º 0.97% 0.44% -
HSV(B) 336.11º 0.99% 0.86% -
XYZ 31.05 15.85 10.87 -
YUV 77.39 134.56 229.01 -
System Red Green Blue C M Y K H S L
Decimal 219 3 89 0 0.99 0.59 0.14 336.11 0.97 0.44
Hex DB 3 59 0 63 3B E 150 61 2C
Octal 333 3 131 0 143 73 16 520 141 54
Binary 11011011 11 1011001 0 1100011 111011 1110 101010000 1100001 101100

Color Harmonies of #DB0359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0359

Black with #DB0359

Text Example


Text Example

White with #DB0359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0359; }

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

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

background-color css

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

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

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

border-color css

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

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

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