Html Css Color HEX #DB0363 Razzmatazz

📋 copy color: '#DB0363'

red 219 ◦ green 3 ◦ blue 99

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

Shades of Razzmatazz #DB0363

Tints of Razzmatazz #DB0363

RGB

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

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

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

R = 68.22%
G = 0.93%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB0363 (or 0xDB0363) is known color: Razzmatazz. HEX triplet: DB, 03 and 63. RGB value is (219,3,99). Sum of RGB (Red+Green+Blue) = 219+3+99=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0363 is #24FC9C. Grayscale: #4E4E4E. Windows color (decimal): -2423965 or 6489051. OLE color: 6489051.

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

Color convert

RGB 219 3 99 -
CMYK 0 0.99 0.55 0.14
HSL 333.33º 0.97% 0.44% -
HSV(B) 333.33º 0.99% 0.86% -
XYZ 31.5 16.03 13.24 -
YUV 78.53 139.56 228.19 -
System Red Green Blue C M Y K H S L
Decimal 219 3 99 0 0.99 0.55 0.14 333.33 0.97 0.44
Hex DB 3 63 0 63 37 E 14D 61 2C
Octal 333 3 143 0 143 67 16 515 141 54
Binary 11011011 11 1100011 0 1100011 110111 1110 101001101 1100001 101100

Color Harmonies of #DB0363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0363

Black with #DB0363

Text Example


Text Example

White with #DB0363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0363; }

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

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

background-color css

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

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

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

border-color css

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

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

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