Html Css Color HEX #DB024B Razzmatazz

📋 copy color: '#DB024B'

red 219 ◦ green 2 ◦ blue 75

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

Shades of Razzmatazz #DB024B

Tints of Razzmatazz #DB024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.34%

R = 73.99%
G = 0.68%
B = 25.34%

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

#DB024B (or 0xDB024B) is known color: Razzmatazz. HEX triplet: DB, 02 and 4B. RGB value is (219,2,75). Sum of RGB (Red+Green+Blue) = 219+2+75=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB024B is #24FDB4. Grayscale: #4B4B4B. Windows color (decimal): -2424245 or 4915931. OLE color: 4915931.

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

Color convert

RGB 219 2 75 -
CMYK 0 0.99 0.66 0.14
HSL 339.82º 0.98% 0.43% -
HSV(B) 339.82º 0.99% 0.86% -
XYZ 30.51 15.61 8.06 -
YUV 75.21 127.89 230.56 -
System Red Green Blue C M Y K H S L
Decimal 219 2 75 0 0.99 0.66 0.14 339.82 0.98 0.43
Hex DB 2 4B 0 63 42 E 154 62 2B
Octal 333 2 113 0 143 102 16 524 142 53
Binary 11011011 10 1001011 0 1100011 1000010 1110 101010100 1100010 101011

Color Harmonies of #DB024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB024B

Black with #DB024B

Text Example


Text Example

White with #DB024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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