Html Css Color HEX #DB0558 Razzmatazz

📋 copy color: '#DB0558'

red 219 ◦ green 5 ◦ blue 88

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

Shades of Razzmatazz #DB0558

Tints of Razzmatazz #DB0558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.21%

R = 70.19%
G = 1.6%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB0558 (or 0xDB0558) is known color: Razzmatazz. HEX triplet: DB, 05 and 58. RGB value is (219,5,88). Sum of RGB (Red+Green+Blue) = 219+5+88=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0558 is #24FAA7. Grayscale: #4E4E4E. Windows color (decimal): -2423464 or 5768667. OLE color: 5768667.

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

Color convert

RGB 219 5 88 -
CMYK 0 0.98 0.60 0.14
HSL 336.73º 0.96% 0.44% -
HSV(B) 336.73º 0.98% 0.86% -
XYZ 31.03 15.87 10.66 -
YUV 78.45 133.4 228.25 -
System Red Green Blue C M Y K H S L
Decimal 219 5 88 0 0.98 0.60 0.14 336.73 0.96 0.44
Hex DB 5 58 0 62 3C E 151 60 2C
Octal 333 5 130 0 142 74 16 521 140 54
Binary 11011011 101 1011000 0 1100010 111100 1110 101010001 1100000 101100

Color Harmonies of #DB0558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0558

Black with #DB0558

Text Example


Text Example

White with #DB0558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0558; }

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

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

background-color css

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

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

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

border-color css

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

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

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