Html Css Color HEX #DB0561 Razzmatazz

📋 copy color: '#DB0561'

red 219 ◦ green 5 ◦ blue 97

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

Shades of Razzmatazz #DB0561

Tints of Razzmatazz #DB0561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.22%

R = 68.22%
G = 1.56%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB0561 (or 0xDB0561) is known color: Razzmatazz. HEX triplet: DB, 05 and 61. RGB value is (219,5,97). Sum of RGB (Red+Green+Blue) = 219+5+97=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0561 is #24FA9E. Grayscale: #4F4F4F. Windows color (decimal): -2423455 or 6358491. OLE color: 6358491.

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

Color convert

RGB 219 5 97 -
CMYK 0 0.98 0.56 0.14
HSL 334.21º 0.96% 0.44% -
HSV(B) 334.21º 0.98% 0.86% -
XYZ 31.43 16.03 12.75 -
YUV 79.47 137.9 227.52 -
System Red Green Blue C M Y K H S L
Decimal 219 5 97 0 0.98 0.56 0.14 334.21 0.96 0.44
Hex DB 5 61 0 62 38 E 14E 60 2C
Octal 333 5 141 0 142 70 16 516 140 54
Binary 11011011 101 1100001 0 1100010 111000 1110 101001110 1100000 101100

Color Harmonies of #DB0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0561

Black with #DB0561

Text Example


Text Example

White with #DB0561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0561; }

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

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

background-color css

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

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

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

border-color css

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

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

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