Html Css Color HEX #DB0061 Razzmatazz

📋 copy color: '#DB0061'

red 219 ◦ green 0 ◦ blue 97

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

Shades of Razzmatazz #DB0061

Tints of Razzmatazz #DB0061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 30.7%

R = 69.3%
G = 0%
B = 30.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB0061 (or 0xDB0061) is known color: Razzmatazz. HEX triplet: DB, 00 and 61. RGB value is (219,0,97). Sum of RGB (Red+Green+Blue) = 219+0+97=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0061 is #24FF9E. Grayscale: #4C4C4C. Windows color (decimal): -2424735 or 6357211. OLE color: 6357211.

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

Color convert

RGB 219 0 97 -
CMYK 0 1 0.56 0.14
HSL 333.42º 1% 0.43% -
HSV(B) 333.42º 1% 0.86% -
XYZ 31.37 15.92 12.73 -
YUV 76.54 139.55 229.61 -
System Red Green Blue C M Y K H S L
Decimal 219 0 97 0 1 0.56 0.14 333.42 1 0.43
Hex DB 0 61 0 64 38 E 14D 64 2B
Octal 333 0 141 0 144 70 16 515 144 53
Binary 11011011 0 1100001 0 1100100 111000 1110 101001101 1100100 101011

Color Harmonies of #DB0061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0061

Black with #DB0061

Text Example


Text Example

White with #DB0061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0061; }

 p { color: rgb(219,0,97); }

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

background-color css

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

 a { background-color: rgb(219,0,97); }

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

border-color css

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

 span { border-color: rgb(219,0,97); }

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