Html Css Color HEX #DB024A Razzmatazz

📋 copy color: '#DB024A'

red 219 ◦ green 2 ◦ blue 74

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

Shades of Razzmatazz #DB024A

Tints of Razzmatazz #DB024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 74.24%
G = 0.68%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB024A (or 0xDB024A) is known color: Razzmatazz. HEX triplet: DB, 02 and 4A. RGB value is (219,2,74). Sum of RGB (Red+Green+Blue) = 219+2+74=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB024A is #24FDB5. Grayscale: #4B4B4B. Windows color (decimal): -2424246 or 4850395. OLE color: 4850395.

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

Color convert

RGB 219 2 74 -
CMYK 0 0.99 0.66 0.14
HSL 340.09º 0.98% 0.43% -
HSV(B) 340.09º 0.99% 0.86% -
XYZ 30.47 15.6 7.88 -
YUV 75.09 127.39 230.65 -
System Red Green Blue C M Y K H S L
Decimal 219 2 74 0 0.99 0.66 0.14 340.09 0.98 0.43
Hex DB 2 4A 0 63 42 E 154 62 2B
Octal 333 2 112 0 143 102 16 524 142 53
Binary 11011011 10 1001010 0 1100011 1000010 1110 101010100 1100010 101011

Color Harmonies of #DB024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB024A

Black with #DB024A

Text Example


Text Example

White with #DB024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB024A; }

 p { color: rgb(219,2,74); }

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

background-color css

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

 a { background-color: rgb(219,2,74); }

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

border-color css

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

 span { border-color: rgb(219,2,74); }

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