Html Css Color HEX #DB064F Razzmatazz

📋 copy color: '#DB064F'

red 219 ◦ green 6 ◦ blue 79

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

Shades of Razzmatazz #DB064F

Tints of Razzmatazz #DB064F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

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

R = 72.04%
G = 1.97%
B = 25.99%

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

#DB064F (or 0xDB064F) is known color: Razzmatazz. HEX triplet: DB, 06 and 4F. RGB value is (219,6,79). Sum of RGB (Red+Green+Blue) = 219+6+79=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB064F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB064F is #24F9B0. Grayscale: #4D4D4D. Windows color (decimal): -2423217 or 5179099. OLE color: 5179099.

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

Color convert

RGB 219 6 79 -
CMYK 0 0.97 0.64 0.14
HSL 339.44º 0.95% 0.44% -
HSV(B) 339.44º 0.97% 0.86% -
XYZ 30.69 15.75 8.82 -
YUV 78.01 128.57 228.56 -
System Red Green Blue C M Y K H S L
Decimal 219 6 79 0 0.97 0.64 0.14 339.44 0.95 0.44
Hex DB 6 4F 0 61 40 E 153 5F 2C
Octal 333 6 117 0 141 100 16 523 137 54
Binary 11011011 110 1001111 0 1100001 1000000 1110 101010011 1011111 101100

Color Harmonies of #DB064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB064F

Black with #DB064F

Text Example


Text Example

White with #DB064F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB064F; }

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

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

background-color css

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

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

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

border-color css

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

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

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