Html Css Color HEX #DB074F Razzmatazz

📋 copy color: '#DB074F'

red 219 ◦ green 7 ◦ blue 79

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

Shades of Razzmatazz #DB074F

Tints of Razzmatazz #DB074F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

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

R = 71.8%
G = 2.3%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB074F (or 0xDB074F) is known color: Razzmatazz. HEX triplet: DB, 07 and 4F. RGB value is (219,7,79). Sum of RGB (Red+Green+Blue) = 219+7+79=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB074F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB074F is #24F8B0. Grayscale: #4E4E4E. Windows color (decimal): -2422961 or 5179355. OLE color: 5179355.

HSL color Cylindrical-coordinate representation of color #DB074F: hue angle of 339.62º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB074F is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 7 79 -
CMYK 0 0.97 0.64 0.14
HSL 339.62º 0.94% 0.44% -
HSV(B) 339.62º 0.97% 0.86% -
XYZ 30.7 15.78 8.82 -
YUV 78.6 128.24 228.15 -
System Red Green Blue C M Y K H S L
Decimal 219 7 79 0 0.97 0.64 0.14 339.62 0.94 0.44
Hex DB 7 4F 0 61 40 E 154 5E 2C
Octal 333 7 117 0 141 100 16 524 136 54
Binary 11011011 111 1001111 0 1100001 1000000 1110 101010100 1011110 101100

Color Harmonies of #DB074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB074F

Black with #DB074F

Text Example


Text Example

White with #DB074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB074F; }

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

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

background-color css

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

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

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

border-color css

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

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

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