Html Css Color HEX #DB0466 Razzmatazz

📋 copy color: '#DB0466'

red 219 ◦ green 4 ◦ blue 102

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

Shades of Razzmatazz #DB0466

Tints of Razzmatazz #DB0466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

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

R = 67.38%
G = 1.23%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB0466 (or 0xDB0466) is known color: Razzmatazz. HEX triplet: DB, 04 and 66. RGB value is (219,4,102). Sum of RGB (Red+Green+Blue) = 219+4+102=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0466 is #24FB99. Grayscale: #4F4F4F. Windows color (decimal): -2423706 or 6685915. OLE color: 6685915.

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

Color convert

RGB 219 4 102 -
CMYK 0 0.98 0.53 0.14
HSL 332.65º 0.96% 0.44% -
HSV(B) 332.65º 0.98% 0.86% -
XYZ 31.66 16.11 14.01 -
YUV 79.46 140.73 227.53 -
System Red Green Blue C M Y K H S L
Decimal 219 4 102 0 0.98 0.53 0.14 332.65 0.96 0.44
Hex DB 4 66 0 62 35 E 14D 60 2C
Octal 333 4 146 0 142 65 16 515 140 54
Binary 11011011 100 1100110 0 1100010 110101 1110 101001101 1100000 101100

Color Harmonies of #DB0466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0466

Black with #DB0466

Text Example


Text Example

White with #DB0466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0466; }

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

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

background-color css

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

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

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

border-color css

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

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

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