Html Css Color HEX #DB0557 Razzmatazz

📋 copy color: '#DB0557'

red 219 ◦ green 5 ◦ blue 87

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

Shades of Razzmatazz #DB0557

Tints of Razzmatazz #DB0557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.97%

R = 70.42%
G = 1.61%
B = 27.97%

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

#DB0557 (or 0xDB0557) is known color: Razzmatazz. HEX triplet: DB, 05 and 57. RGB value is (219,5,87). Sum of RGB (Red+Green+Blue) = 219+5+87=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0557 is #24FAA8. Grayscale: #4E4E4E. Windows color (decimal): -2423465 or 5703131. OLE color: 5703131.

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

Color convert

RGB 219 5 87 -
CMYK 0 0.98 0.60 0.14
HSL 337.01º 0.96% 0.44% -
HSV(B) 337.01º 0.98% 0.86% -
XYZ 30.99 15.86 10.44 -
YUV 78.33 132.9 228.33 -
System Red Green Blue C M Y K H S L
Decimal 219 5 87 0 0.98 0.60 0.14 337.01 0.96 0.44
Hex DB 5 57 0 62 3C E 151 60 2C
Octal 333 5 127 0 142 74 16 521 140 54
Binary 11011011 101 1010111 0 1100010 111100 1110 101010001 1100000 101100

Color Harmonies of #DB0557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0557

Black with #DB0557

Text Example


Text Example

White with #DB0557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0557; }

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

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

background-color css

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

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

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

border-color css

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

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

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