Html Css Color HEX #DB014C Razzmatazz

📋 copy color: '#DB014C'

red 219 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #DB014C

Tints of Razzmatazz #DB014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 76 (30.08% from 255) = 25.68%

R = 73.99%
G = 0.34%
B = 25.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB014C (or 0xDB014C) is known color: Razzmatazz. HEX triplet: DB, 01 and 4C. RGB value is (219,1,76). Sum of RGB (Red+Green+Blue) = 219+1+76=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB014C is #24FEB3. Grayscale: #4A4A4A. Windows color (decimal): -2424500 or 4981211. OLE color: 4981211.

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

Color convert

RGB 219 1 76 -
CMYK 0 1.00 0.65 0.14
HSL 339.36º 0.99% 0.43% -
HSV(B) 339.36º 1% 0.86% -
XYZ 30.53 15.6 8.24 -
YUV 74.73 128.72 230.9 -
System Red Green Blue C M Y K H S L
Decimal 219 1 76 0 1.00 0.65 0.14 339.36 0.99 0.43
Hex DB 1 4C 0 64 41 E 153 63 2B
Octal 333 1 114 0 144 101 16 523 143 53
Binary 11011011 1 1001100 0 1100100 1000001 1110 101010011 1100011 101011

Color Harmonies of #DB014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB014C

Black with #DB014C

Text Example


Text Example

White with #DB014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB014C; }

 p { color: rgb(219,1,76); }

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

background-color css

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

 a { background-color: rgb(219,1,76); }

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

border-color css

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

 span { border-color: rgb(219,1,76); }

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