Html Css Color HEX #DB094E Razzmatazz

📋 copy color: '#DB094E'

red 219 ◦ green 9 ◦ blue 78

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

Shades of Razzmatazz #DB094E

Tints of Razzmatazz #DB094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.94%

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 71.57%
G = 2.94%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB094E (or 0xDB094E) is known color: Razzmatazz. HEX triplet: DB, 09 and 4E. RGB value is (219,9,78). Sum of RGB (Red+Green+Blue) = 219+9+78=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB094E is #24F6B1. Grayscale: #4F4F4F. Windows color (decimal): -2422450 or 5114331. OLE color: 5114331.

HSL color Cylindrical-coordinate representation of color #DB094E: hue angle of 340.29º degrees, saturation: 0.92, 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 #DB094E is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 9 78 -
CMYK 0 0.96 0.64 0.14
HSL 340.29º 0.92% 0.45% -
HSV(B) 340.29º 0.96% 0.86% -
XYZ 30.69 15.81 8.64 -
YUV 79.66 127.07 227.39 -
System Red Green Blue C M Y K H S L
Decimal 219 9 78 0 0.96 0.64 0.14 340.29 0.92 0.45
Hex DB 9 4E 0 60 40 E 154 5C 2D
Octal 333 11 116 0 140 100 16 524 134 55
Binary 11011011 1001 1001110 0 1100000 1000000 1110 101010100 1011100 101101

Color Harmonies of #DB094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB094E

Black with #DB094E

Text Example


Text Example

White with #DB094E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB094E; }

 p { color: rgb(219,9,78); }

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

background-color css

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

 a { background-color: rgb(219,9,78); }

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

border-color css

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

 span { border-color: rgb(219,9,78); }

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