Html Css Color HEX #DB0368 Razzmatazz

📋 copy color: '#DB0368'

red 219 ◦ green 3 ◦ blue 104

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

Shades of Razzmatazz #DB0368

Tints of Razzmatazz #DB0368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 67.18%
G = 0.92%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB0368 (or 0xDB0368) is known color: Razzmatazz. HEX triplet: DB, 03 and 68. RGB value is (219,3,104). Sum of RGB (Red+Green+Blue) = 219+3+104=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0368 is #24FC97. Grayscale: #4E4E4E. Windows color (decimal): -2423960 or 6816731. OLE color: 6816731.

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

Color convert

RGB 219 3 104 -
CMYK 0 0.99 0.53 0.14
HSL 331.94º 0.97% 0.44% -
HSV(B) 331.94º 0.99% 0.86% -
XYZ 31.74 16.12 14.54 -
YUV 79.1 142.06 227.79 -
System Red Green Blue C M Y K H S L
Decimal 219 3 104 0 0.99 0.53 0.14 331.94 0.97 0.44
Hex DB 3 68 0 63 35 E 14C 61 2C
Octal 333 3 150 0 143 65 16 514 141 54
Binary 11011011 11 1101000 0 1100011 110101 1110 101001100 1100001 101100

Color Harmonies of #DB0368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0368

Black with #DB0368

Text Example


Text Example

White with #DB0368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0368; }

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

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

background-color css

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

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

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

border-color css

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

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

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