Html Css Color HEX #DB004F Razzmatazz

📋 copy color: '#DB004F'

red 219 ◦ green 0 ◦ blue 79

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

Shades of Razzmatazz #DB004F

Tints of Razzmatazz #DB004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.49%
G = 0%
B = 26.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB004F (or 0xDB004F) is known color: Razzmatazz. HEX triplet: DB, 00 and 4F. RGB value is (219,0,79). Sum of RGB (Red+Green+Blue) = 219+0+79=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB004F is #24FFB0. Grayscale: #4A4A4A. Windows color (decimal): -2424753 or 5177563. OLE color: 5177563.

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

Color convert

RGB 219 0 79 -
CMYK 0 1 0.64 0.14
HSL 338.36º 1% 0.43% -
HSV(B) 338.36º 1% 0.86% -
XYZ 30.62 15.62 8.8 -
YUV 74.49 130.55 231.08 -
System Red Green Blue C M Y K H S L
Decimal 219 0 79 0 1 0.64 0.14 338.36 1 0.43
Hex DB 0 4F 0 64 40 E 152 64 2B
Octal 333 0 117 0 144 100 16 522 144 53
Binary 11011011 0 1001111 0 1100100 1000000 1110 101010010 1100100 101011

Color Harmonies of #DB004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB004F

Black with #DB004F

Text Example


Text Example

White with #DB004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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