Html Css Color HEX #DB0666 Razzmatazz

📋 copy color: '#DB0666'

red 219 ◦ green 6 ◦ blue 102

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

Shades of Razzmatazz #DB0666

Tints of Razzmatazz #DB0666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 66.97%
G = 1.83%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB0666 (or 0xDB0666) is known color: Razzmatazz. HEX triplet: DB, 06 and 66. RGB value is (219,6,102). Sum of RGB (Red+Green+Blue) = 219+6+102=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0666 is #24F999. Grayscale: #505050. Windows color (decimal): -2423194 or 6686427. OLE color: 6686427.

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

Color convert

RGB 219 6 102 -
CMYK 0 0.97 0.53 0.14
HSL 332.96º 0.95% 0.44% -
HSV(B) 332.96º 0.97% 0.86% -
XYZ 31.68 16.15 14.02 -
YUV 80.63 140.07 226.69 -
System Red Green Blue C M Y K H S L
Decimal 219 6 102 0 0.97 0.53 0.14 332.96 0.95 0.44
Hex DB 6 66 0 61 35 E 14D 5F 2C
Octal 333 6 146 0 141 65 16 515 137 54
Binary 11011011 110 1100110 0 1100001 110101 1110 101001101 1011111 101100

Color Harmonies of #DB0666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0666

Black with #DB0666

Text Example


Text Example

White with #DB0666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0666; }

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

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

background-color css

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

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

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

border-color css

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

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

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