Html Css Color HEX #DB0563 Razzmatazz

📋 copy color: '#DB0563'

red 219 ◦ green 5 ◦ blue 99

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

Shades of Razzmatazz #DB0563

Tints of Razzmatazz #DB0563

RGB

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

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

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

R = 67.8%
G = 1.55%
B = 30.65%

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

#DB0563 (or 0xDB0563) is known color: Razzmatazz. HEX triplet: DB, 05 and 63. RGB value is (219,5,99). Sum of RGB (Red+Green+Blue) = 219+5+99=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0563 is #24FA9C. Grayscale: #4F4F4F. Windows color (decimal): -2423453 or 6489563. OLE color: 6489563.

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

Color convert

RGB 219 5 99 -
CMYK 0 0.98 0.55 0.14
HSL 333.64º 0.96% 0.44% -
HSV(B) 333.64º 0.98% 0.86% -
XYZ 31.52 16.07 13.24 -
YUV 79.7 138.9 227.36 -
System Red Green Blue C M Y K H S L
Decimal 219 5 99 0 0.98 0.55 0.14 333.64 0.96 0.44
Hex DB 5 63 0 62 37 E 14E 60 2C
Octal 333 5 143 0 142 67 16 516 140 54
Binary 11011011 101 1100011 0 1100010 110111 1110 101001110 1100000 101100

Color Harmonies of #DB0563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0563

Black with #DB0563

Text Example


Text Example

White with #DB0563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0563; }

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

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

background-color css

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

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

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

border-color css

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

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

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