Html Css Color HEX #DB1051 Razzmatazz

📋 copy color: '#DB1051'

red 219 ◦ green 16 ◦ blue 81

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

Shades of Razzmatazz #DB1051

Tints of Razzmatazz #DB1051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.06%

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

R = 69.3%
G = 5.06%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB1051 (or 0xDB1051) is known color: Razzmatazz. HEX triplet: DB, 10 and 51. RGB value is (219,16,81). Sum of RGB (Red+Green+Blue) = 219+16+81=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1051 is #24EFAE. Grayscale: #545454. Windows color (decimal): -2420655 or 5312731. OLE color: 5312731.

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

Color convert

RGB 219 16 81 -
CMYK 0 0.93 0.63 0.14
HSL 340.79º 0.86% 0.46% -
HSV(B) 340.79º 0.93% 0.86% -
XYZ 30.88 16.02 9.25 -
YUV 84.11 126.25 224.21 -
System Red Green Blue C M Y K H S L
Decimal 219 16 81 0 0.93 0.63 0.14 340.79 0.86 0.46
Hex DB 10 51 0 5D 3F E 155 56 2E
Octal 333 20 121 0 135 77 16 525 126 56
Binary 11011011 10000 1010001 0 1011101 111111 1110 101010101 1010110 101110

Color Harmonies of #DB1051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1051

Black with #DB1051

Text Example


Text Example

White with #DB1051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1051; }

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

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

background-color css

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

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

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

border-color css

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

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

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