Html Css Color HEX #DB0651 Razzmatazz

📋 copy color: '#DB0651'

red 219 ◦ green 6 ◦ blue 81

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

Shades of Razzmatazz #DB0651

Tints of Razzmatazz #DB0651

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.96%

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

R = 71.57%
G = 1.96%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB0651 (or 0xDB0651) is known color: Razzmatazz. HEX triplet: DB, 06 and 51. RGB value is (219,6,81). Sum of RGB (Red+Green+Blue) = 219+6+81=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0651 is #24F9AE. Grayscale: #4E4E4E. Windows color (decimal): -2423215 or 5310171. OLE color: 5310171.

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

Color convert

RGB 219 6 81 -
CMYK 0 0.97 0.63 0.14
HSL 338.87º 0.95% 0.44% -
HSV(B) 338.87º 0.97% 0.86% -
XYZ 30.76 15.78 9.21 -
YUV 78.24 129.57 228.4 -
System Red Green Blue C M Y K H S L
Decimal 219 6 81 0 0.97 0.63 0.14 338.87 0.95 0.44
Hex DB 6 51 0 61 3F E 153 5F 2C
Octal 333 6 121 0 141 77 16 523 137 54
Binary 11011011 110 1010001 0 1100001 111111 1110 101010011 1011111 101100

Color Harmonies of #DB0651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0651

Black with #DB0651

Text Example


Text Example

White with #DB0651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0651; }

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

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

background-color css

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

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

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

border-color css

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

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

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