Html Css Color HEX #DB0068 Razzmatazz

📋 copy color: '#DB0068'

red 219 ◦ green 0 ◦ blue 104

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

Shades of Razzmatazz #DB0068

Tints of Razzmatazz #DB0068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.2%

R = 67.8%
G = 0%
B = 32.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB0068 (or 0xDB0068) is known color: Razzmatazz. HEX triplet: DB, 00 and 68. RGB value is (219,0,104). Sum of RGB (Red+Green+Blue) = 219+0+104=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0068 is #24FF97. Grayscale: #4D4D4D. Windows color (decimal): -2424728 or 6815963. OLE color: 6815963.

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

Color convert

RGB 219 0 104 -
CMYK 0 1 0.53 0.14
HSL 331.51º 1% 0.43% -
HSV(B) 331.51º 1% 0.86% -
XYZ 31.71 16.06 14.53 -
YUV 77.34 143.05 229.04 -
System Red Green Blue C M Y K H S L
Decimal 219 0 104 0 1 0.53 0.14 331.51 1 0.43
Hex DB 0 68 0 64 35 E 14C 64 2B
Octal 333 0 150 0 144 65 16 514 144 53
Binary 11011011 0 1101000 0 1100100 110101 1110 101001100 1100100 101011

Color Harmonies of #DB0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0068

Black with #DB0068

Text Example


Text Example

White with #DB0068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0068; }

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

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

background-color css

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

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

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

border-color css

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

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

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