Html Css Color HEX #DB0462 Razzmatazz

📋 copy color: '#DB0462'

red 219 ◦ green 4 ◦ blue 98

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

Shades of Razzmatazz #DB0462

Tints of Razzmatazz #DB0462

RGB

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

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

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

R = 68.22%
G = 1.25%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB0462 (or 0xDB0462) is known color: Razzmatazz. HEX triplet: DB, 04 and 62. RGB value is (219,4,98). Sum of RGB (Red+Green+Blue) = 219+4+98=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0462 is #24FB9D. Grayscale: #4E4E4E. Windows color (decimal): -2423710 or 6423771. OLE color: 6423771.

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

Color convert

RGB 219 4 98 -
CMYK 0 0.98 0.55 0.14
HSL 333.77º 0.96% 0.44% -
HSV(B) 333.77º 0.98% 0.86% -
XYZ 31.46 16.03 12.99 -
YUV 79 138.73 227.86 -
System Red Green Blue C M Y K H S L
Decimal 219 4 98 0 0.98 0.55 0.14 333.77 0.96 0.44
Hex DB 4 62 0 62 37 E 14E 60 2C
Octal 333 4 142 0 142 67 16 516 140 54
Binary 11011011 100 1100010 0 1100010 110111 1110 101001110 1100000 101100

Color Harmonies of #DB0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0462

Black with #DB0462

Text Example


Text Example

White with #DB0462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0462; }

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

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

background-color css

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

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

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

border-color css

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

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

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