Html Css Color HEX #DB0756 Razzmatazz

📋 copy color: '#DB0756'

red 219 ◦ green 7 ◦ blue 86

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

Shades of Razzmatazz #DB0756

Tints of Razzmatazz #DB0756

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.24%

 BLUE value IS 86 (33.98% from 255) = 27.56%

R = 70.19%
G = 2.24%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB0756 (or 0xDB0756) is known color: Razzmatazz. HEX triplet: DB, 07 and 56. RGB value is (219,7,86). Sum of RGB (Red+Green+Blue) = 219+7+86=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0756 is #24F8A9. Grayscale: #4F4F4F. Windows color (decimal): -2422954 or 5638107. OLE color: 5638107.

HSL color Cylindrical-coordinate representation of color #DB0756: hue angle of 337.64º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0756 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 7 86 -
CMYK 0 0.97 0.61 0.14
HSL 337.64º 0.94% 0.44% -
HSV(B) 337.64º 0.97% 0.86% -
XYZ 30.97 15.88 10.24 -
YUV 79.39 131.74 227.58 -
System Red Green Blue C M Y K H S L
Decimal 219 7 86 0 0.97 0.61 0.14 337.64 0.94 0.44
Hex DB 7 56 0 61 3D E 152 5E 2C
Octal 333 7 126 0 141 75 16 522 136 54
Binary 11011011 111 1010110 0 1100001 111101 1110 101010010 1011110 101100

Color Harmonies of #DB0756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0756

Black with #DB0756

Text Example


Text Example

White with #DB0756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0756; }

 p { color: rgb(219,7,86); }

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

background-color css

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

 a { background-color: rgb(219,7,86); }

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

border-color css

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

 span { border-color: rgb(219,7,86); }

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