Html Css Color HEX #DB0550 Razzmatazz

📋 copy color: '#DB0550'

red 219 ◦ green 5 ◦ blue 80

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

Shades of Razzmatazz #DB0550

Tints of Razzmatazz #DB0550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

 BLUE value IS 80 (31.64% from 255) = 26.32%

R = 72.04%
G = 1.64%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB0550 (or 0xDB0550) is known color: Razzmatazz. HEX triplet: DB, 05 and 50. RGB value is (219,5,80). Sum of RGB (Red+Green+Blue) = 219+5+80=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0550 is #24FAAF. Grayscale: #4D4D4D. Windows color (decimal): -2423472 or 5244379. OLE color: 5244379.

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

Color convert

RGB 219 5 80 -
CMYK 0 0.98 0.63 0.14
HSL 338.97º 0.96% 0.44% -
HSV(B) 338.97º 0.98% 0.86% -
XYZ 30.72 15.75 9.01 -
YUV 77.54 129.4 228.9 -
System Red Green Blue C M Y K H S L
Decimal 219 5 80 0 0.98 0.63 0.14 338.97 0.96 0.44
Hex DB 5 50 0 62 3F E 153 60 2C
Octal 333 5 120 0 142 77 16 523 140 54
Binary 11011011 101 1010000 0 1100010 111111 1110 101010011 1100000 101100

Color Harmonies of #DB0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0550

Black with #DB0550

Text Example


Text Example

White with #DB0550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0550; }

 p { color: rgb(219,5,80); }

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

background-color css

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

 a { background-color: rgb(219,5,80); }

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

border-color css

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

 span { border-color: rgb(219,5,80); }

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