Html Css Color HEX #DB0463 Razzmatazz

📋 copy color: '#DB0463'

red 219 ◦ green 4 ◦ blue 99

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

Shades of Razzmatazz #DB0463

Tints of Razzmatazz #DB0463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 68.01%
G = 1.24%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB0463 (or 0xDB0463) is known color: Razzmatazz. HEX triplet: DB, 04 and 63. RGB value is (219,4,99). Sum of RGB (Red+Green+Blue) = 219+4+99=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0463 is #24FB9C. Grayscale: #4E4E4E. Windows color (decimal): -2423709 or 6489307. OLE color: 6489307.

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

Color convert

RGB 219 4 99 -
CMYK 0 0.98 0.55 0.14
HSL 333.49º 0.96% 0.44% -
HSV(B) 333.49º 0.98% 0.86% -
XYZ 31.51 16.05 13.24 -
YUV 79.12 139.23 227.78 -
System Red Green Blue C M Y K H S L
Decimal 219 4 99 0 0.98 0.55 0.14 333.49 0.96 0.44
Hex DB 4 63 0 62 37 E 14D 60 2C
Octal 333 4 143 0 142 67 16 515 140 54
Binary 11011011 100 1100011 0 1100010 110111 1110 101001101 1100000 101100

Color Harmonies of #DB0463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0463

Black with #DB0463

Text Example


Text Example

White with #DB0463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0463; }

 p { color: rgb(219,4,99); }

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

background-color css

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

 a { background-color: rgb(219,4,99); }

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

border-color css

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

 span { border-color: rgb(219,4,99); }

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