Html Css Color HEX #DB1150 Razzmatazz

📋 copy color: '#DB1150'

red 219 ◦ green 17 ◦ blue 80

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

Shades of Razzmatazz #DB1150

Tints of Razzmatazz #DB1150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 69.3%
G = 5.38%
B = 25.32%

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

#DB1150 (or 0xDB1150) is known color: Razzmatazz. HEX triplet: DB, 11 and 50. RGB value is (219,17,80). Sum of RGB (Red+Green+Blue) = 219+17+80=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1150 is #24EEAF. Grayscale: #545454. Windows color (decimal): -2420400 or 5247451. OLE color: 5247451.

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

Color convert

RGB 219 17 80 -
CMYK 0 0.92 0.63 0.14
HSL 341.29º 0.86% 0.46% -
HSV(B) 341.29º 0.92% 0.86% -
XYZ 30.86 16.04 9.06 -
YUV 84.58 125.42 223.88 -
System Red Green Blue C M Y K H S L
Decimal 219 17 80 0 0.92 0.63 0.14 341.29 0.86 0.46
Hex DB 11 50 0 5C 3F E 155 56 2E
Octal 333 21 120 0 134 77 16 525 126 56
Binary 11011011 10001 1010000 0 1011100 111111 1110 101010101 1010110 101110

Color Harmonies of #DB1150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1150

Black with #DB1150

Text Example


Text Example

White with #DB1150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1150; }

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

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

background-color css

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

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

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

border-color css

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

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

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