Html Css Color HEX #DB1151 Razzmatazz

📋 copy color: '#DB1151'

red 219 ◦ green 17 ◦ blue 81

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

Shades of Razzmatazz #DB1151

Tints of Razzmatazz #DB1151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.36%

 BLUE value IS 81 (32.03% from 255) = 25.55%

R = 69.09%
G = 5.36%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB1151 (or 0xDB1151) is known color: Razzmatazz. HEX triplet: DB, 11 and 51. RGB value is (219,17,81). Sum of RGB (Red+Green+Blue) = 219+17+81=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1151 is #24EEAE. Grayscale: #545454. Windows color (decimal): -2420399 or 5312987. OLE color: 5312987.

HSL color Cylindrical-coordinate representation of color #DB1151: hue angle of 340.99º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1151 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 17 81 -
CMYK 0 0.92 0.63 0.14
HSL 340.99º 0.86% 0.46% -
HSV(B) 340.99º 0.92% 0.86% -
XYZ 30.9 16.06 9.25 -
YUV 84.69 125.92 223.8 -
System Red Green Blue C M Y K H S L
Decimal 219 17 81 0 0.92 0.63 0.14 340.99 0.86 0.46
Hex DB 11 51 0 5C 3F E 155 56 2E
Octal 333 21 121 0 134 77 16 525 126 56
Binary 11011011 10001 1010001 0 1011100 111111 1110 101010101 1010110 101110

Color Harmonies of #DB1151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1151

Black with #DB1151

Text Example


Text Example

White with #DB1151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1151; }

 p { color: rgb(219,17,81); }

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

background-color css

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

 a { background-color: rgb(219,17,81); }

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

border-color css

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

 span { border-color: rgb(219,17,81); }

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