Html Css Color HEX #DB0460 Razzmatazz

📋 copy color: '#DB0460'

red 219 ◦ green 4 ◦ blue 96

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

Shades of Razzmatazz #DB0460

Tints of Razzmatazz #DB0460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 68.65%
G = 1.25%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB0460 (or 0xDB0460) is known color: Razzmatazz. HEX triplet: DB, 04 and 60. RGB value is (219,4,96). Sum of RGB (Red+Green+Blue) = 219+4+96=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0460 is #24FB9F. Grayscale: #4E4E4E. Windows color (decimal): -2423712 or 6292699. OLE color: 6292699.

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

Color convert

RGB 219 4 96 -
CMYK 0 0.98 0.56 0.14
HSL 334.33º 0.96% 0.44% -
HSV(B) 334.33º 0.98% 0.86% -
XYZ 31.37 15.99 12.5 -
YUV 78.77 137.73 228.02 -
System Red Green Blue C M Y K H S L
Decimal 219 4 96 0 0.98 0.56 0.14 334.33 0.96 0.44
Hex DB 4 60 0 62 38 E 14E 60 2C
Octal 333 4 140 0 142 70 16 516 140 54
Binary 11011011 100 1100000 0 1100010 111000 1110 101001110 1100000 101100

Color Harmonies of #DB0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0460

Black with #DB0460

Text Example


Text Example

White with #DB0460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0460; }

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

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

background-color css

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

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

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

border-color css

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

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

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