Html Css Color HEX #DB084B Razzmatazz

📋 copy color: '#DB084B'

red 219 ◦ green 8 ◦ blue 75

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

Shades of Razzmatazz #DB084B

Tints of Razzmatazz #DB084B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.65%

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

R = 72.52%
G = 2.65%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB084B (or 0xDB084B) is known color: Razzmatazz. HEX triplet: DB, 08 and 4B. RGB value is (219,8,75). Sum of RGB (Red+Green+Blue) = 219+8+75=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB084B is #24F7B4. Grayscale: #4E4E4E. Windows color (decimal): -2422709 or 4917467. OLE color: 4917467.

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

Color convert

RGB 219 8 75 -
CMYK 0 0.96 0.66 0.14
HSL 340.95º 0.93% 0.45% -
HSV(B) 340.95º 0.96% 0.86% -
XYZ 30.57 15.74 8.08 -
YUV 78.73 125.9 228.05 -
System Red Green Blue C M Y K H S L
Decimal 219 8 75 0 0.96 0.66 0.14 340.95 0.93 0.45
Hex DB 8 4B 0 60 42 E 155 5D 2D
Octal 333 10 113 0 140 102 16 525 135 55
Binary 11011011 1000 1001011 0 1100000 1000010 1110 101010101 1011101 101101

Color Harmonies of #DB084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB084B

Black with #DB084B

Text Example


Text Example

White with #DB084B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB084B; }

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

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

background-color css

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

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

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

border-color css

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

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

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