Html Css Color HEX #DB0467 Razzmatazz

📋 copy color: '#DB0467'

red 219 ◦ green 4 ◦ blue 103

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

Shades of Razzmatazz #DB0467

Tints of Razzmatazz #DB0467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.6%

R = 67.18%
G = 1.23%
B = 31.6%

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

#DB0467 (or 0xDB0467) is known color: Razzmatazz. HEX triplet: DB, 04 and 67. RGB value is (219,4,103). Sum of RGB (Red+Green+Blue) = 219+4+103=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0467 is #24FB98. Grayscale: #4F4F4F. Windows color (decimal): -2423705 or 6751451. OLE color: 6751451.

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

Color convert

RGB 219 4 103 -
CMYK 0 0.98 0.53 0.14
HSL 332.37º 0.96% 0.44% -
HSV(B) 332.37º 0.98% 0.86% -
XYZ 31.71 16.13 14.27 -
YUV 79.57 141.23 227.45 -
System Red Green Blue C M Y K H S L
Decimal 219 4 103 0 0.98 0.53 0.14 332.37 0.96 0.44
Hex DB 4 67 0 62 35 E 14C 60 2C
Octal 333 4 147 0 142 65 16 514 140 54
Binary 11011011 100 1100111 0 1100010 110101 1110 101001100 1100000 101100

Color Harmonies of #DB0467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0467

Black with #DB0467

Text Example


Text Example

White with #DB0467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0467; }

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

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

background-color css

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

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

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

border-color css

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

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

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