Html Css Color HEX #DB0662 Razzmatazz

📋 copy color: '#DB0662'

red 219 ◦ green 6 ◦ blue 98

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

Shades of Razzmatazz #DB0662

Tints of Razzmatazz #DB0662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.34%

R = 67.8%
G = 1.86%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB0662 (or 0xDB0662) is known color: Razzmatazz. HEX triplet: DB, 06 and 62. RGB value is (219,6,98). Sum of RGB (Red+Green+Blue) = 219+6+98=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0662 is #24F99D. Grayscale: #505050. Windows color (decimal): -2423198 or 6424283. OLE color: 6424283.

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

Color convert

RGB 219 6 98 -
CMYK 0 0.97 0.55 0.14
HSL 334.08º 0.95% 0.44% -
HSV(B) 334.08º 0.97% 0.86% -
XYZ 31.48 16.07 13 -
YUV 80.18 138.07 227.02 -
System Red Green Blue C M Y K H S L
Decimal 219 6 98 0 0.97 0.55 0.14 334.08 0.95 0.44
Hex DB 6 62 0 61 37 E 14E 5F 2C
Octal 333 6 142 0 141 67 16 516 137 54
Binary 11011011 110 1100010 0 1100001 110111 1110 101001110 1011111 101100

Color Harmonies of #DB0662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0662

Black with #DB0662

Text Example


Text Example

White with #DB0662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0662; }

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

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

background-color css

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

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

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

border-color css

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

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

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