Html Css Color HEX #DB0763 Razzmatazz

📋 copy color: '#DB0763'

red 219 ◦ green 7 ◦ blue 99

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

Shades of Razzmatazz #DB0763

Tints of Razzmatazz #DB0763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.15%

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

R = 67.38%
G = 2.15%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB0763 (or 0xDB0763) is known color: Razzmatazz. HEX triplet: DB, 07 and 63. RGB value is (219,7,99). Sum of RGB (Red+Green+Blue) = 219+7+99=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0763 is #24F89C. Grayscale: #505050. Windows color (decimal): -2422941 or 6490075. OLE color: 6490075.

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

Color convert

RGB 219 7 99 -
CMYK 0 0.97 0.55 0.14
HSL 333.96º 0.94% 0.44% -
HSV(B) 333.96º 0.97% 0.86% -
XYZ 31.54 16.11 13.25 -
YUV 80.88 138.24 226.52 -
System Red Green Blue C M Y K H S L
Decimal 219 7 99 0 0.97 0.55 0.14 333.96 0.94 0.44
Hex DB 7 63 0 61 37 E 14E 5E 2C
Octal 333 7 143 0 141 67 16 516 136 54
Binary 11011011 111 1100011 0 1100001 110111 1110 101001110 1011110 101100

Color Harmonies of #DB0763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0763

Black with #DB0763

Text Example


Text Example

White with #DB0763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0763; }

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

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

background-color css

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

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

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

border-color css

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

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

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