Html Css Color HEX #DB0553 Razzmatazz

📋 copy color: '#DB0553'

red 219 ◦ green 5 ◦ blue 83

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

Shades of Razzmatazz #DB0553

Tints of Razzmatazz #DB0553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.04%

R = 71.34%
G = 1.63%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB0553 (or 0xDB0553) is known color: Razzmatazz. HEX triplet: DB, 05 and 53. RGB value is (219,5,83). Sum of RGB (Red+Green+Blue) = 219+5+83=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0553 is #24FAAC. Grayscale: #4D4D4D. Windows color (decimal): -2423469 or 5440987. OLE color: 5440987.

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

Color convert

RGB 219 5 83 -
CMYK 0 0.98 0.62 0.14
HSL 338.13º 0.96% 0.44% -
HSV(B) 338.13º 0.98% 0.86% -
XYZ 30.83 15.79 9.61 -
YUV 77.88 130.9 228.66 -
System Red Green Blue C M Y K H S L
Decimal 219 5 83 0 0.98 0.62 0.14 338.13 0.96 0.44
Hex DB 5 53 0 62 3E E 152 60 2C
Octal 333 5 123 0 142 76 16 522 140 54
Binary 11011011 101 1010011 0 1100010 111110 1110 101010010 1100000 101100

Color Harmonies of #DB0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0553

Black with #DB0553

Text Example


Text Example

White with #DB0553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0553; }

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

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

background-color css

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

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

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

border-color css

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

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

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