Html Css Color HEX #DB084F Razzmatazz

📋 copy color: '#DB084F'

red 219 ◦ green 8 ◦ blue 79

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

Shades of Razzmatazz #DB084F

Tints of Razzmatazz #DB084F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.82%

R = 71.57%
G = 2.61%
B = 25.82%

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

#DB084F (or 0xDB084F) is known color: Razzmatazz. HEX triplet: DB, 08 and 4F. RGB value is (219,8,79). Sum of RGB (Red+Green+Blue) = 219+8+79=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB084F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB084F is #24F7B0. Grayscale: #4F4F4F. Windows color (decimal): -2422705 or 5179611. OLE color: 5179611.

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

Color convert

RGB 219 8 79 -
CMYK 0 0.96 0.64 0.14
HSL 339.81º 0.93% 0.45% -
HSV(B) 339.81º 0.96% 0.86% -
XYZ 30.71 15.8 8.83 -
YUV 79.18 127.9 227.73 -
System Red Green Blue C M Y K H S L
Decimal 219 8 79 0 0.96 0.64 0.14 339.81 0.93 0.45
Hex DB 8 4F 0 60 40 E 154 5D 2D
Octal 333 10 117 0 140 100 16 524 135 55
Binary 11011011 1000 1001111 0 1100000 1000000 1110 101010100 1011101 101101

Color Harmonies of #DB084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB084F

Black with #DB084F

Text Example


Text Example

White with #DB084F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB084F; }

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

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

background-color css

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

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

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

border-color css

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

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

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