Html Css Color HEX #DB016A Razzmatazz

📋 copy color: '#DB016A'

red 219 ◦ green 1 ◦ blue 106

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

Shades of Razzmatazz #DB016A

Tints of Razzmatazz #DB016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 67.18%
G = 0.31%
B = 32.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB016A (or 0xDB016A) is known color: Razzmatazz. HEX triplet: DB, 01 and 6A. RGB value is (219,1,106). Sum of RGB (Red+Green+Blue) = 219+1+106=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB016A is #24FE95. Grayscale: #4D4D4D. Windows color (decimal): -2424470 or 6947291. OLE color: 6947291.

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

Color convert

RGB 219 1 106 -
CMYK 0 1.00 0.52 0.14
HSL 331.1º 0.99% 0.43% -
HSV(B) 331.1º 1% 0.86% -
XYZ 31.83 16.12 15.07 -
YUV 78.15 143.72 228.46 -
System Red Green Blue C M Y K H S L
Decimal 219 1 106 0 1.00 0.52 0.14 331.1 0.99 0.43
Hex DB 1 6A 0 64 34 E 14B 63 2B
Octal 333 1 152 0 144 64 16 513 143 53
Binary 11011011 1 1101010 0 1100100 110100 1110 101001011 1100011 101011

Color Harmonies of #DB016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB016A

Black with #DB016A

Text Example


Text Example

White with #DB016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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