Html Css Color HEX #DB0562 Razzmatazz

📋 copy color: '#DB0562'

red 219 ◦ green 5 ◦ blue 98

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

Shades of Razzmatazz #DB0562

Tints of Razzmatazz #DB0562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.43%

R = 68.01%
G = 1.55%
B = 30.43%

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

#DB0562 (or 0xDB0562) is known color: Razzmatazz. HEX triplet: DB, 05 and 62. RGB value is (219,5,98). Sum of RGB (Red+Green+Blue) = 219+5+98=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0562 is #24FA9D. Grayscale: #4F4F4F. Windows color (decimal): -2423454 or 6424027. OLE color: 6424027.

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

Color convert

RGB 219 5 98 -
CMYK 0 0.98 0.55 0.14
HSL 333.93º 0.96% 0.44% -
HSV(B) 333.93º 0.98% 0.86% -
XYZ 31.47 16.05 12.99 -
YUV 79.59 138.4 227.44 -
System Red Green Blue C M Y K H S L
Decimal 219 5 98 0 0.98 0.55 0.14 333.93 0.96 0.44
Hex DB 5 62 0 62 37 E 14E 60 2C
Octal 333 5 142 0 142 67 16 516 140 54
Binary 11011011 101 1100010 0 1100010 110111 1110 101001110 1100000 101100

Color Harmonies of #DB0562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0562

Black with #DB0562

Text Example


Text Example

White with #DB0562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0562; }

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

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

background-color css

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

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

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

border-color css

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

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

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