Html Css Color HEX #DB0960 Razzmatazz

📋 copy color: '#DB0960'

red 219 ◦ green 9 ◦ blue 96

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

Shades of Razzmatazz #DB0960

Tints of Razzmatazz #DB0960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.78%

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 67.59%
G = 2.78%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB0960 (or 0xDB0960) is known color: Razzmatazz. HEX triplet: DB, 09 and 60. RGB value is (219,9,96). Sum of RGB (Red+Green+Blue) = 219+9+96=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0960 is #24F69F. Grayscale: #515151. Windows color (decimal): -2422432 or 6293979. OLE color: 6293979.

HSL color Cylindrical-coordinate representation of color #DB0960: hue angle of 335.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0960 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 9 96 -
CMYK 0 0.96 0.56 0.14
HSL 335.14º 0.92% 0.45% -
HSV(B) 335.14º 0.96% 0.86% -
XYZ 31.42 16.1 12.52 -
YUV 81.71 136.07 225.93 -
System Red Green Blue C M Y K H S L
Decimal 219 9 96 0 0.96 0.56 0.14 335.14 0.92 0.45
Hex DB 9 60 0 60 38 E 14F 5C 2D
Octal 333 11 140 0 140 70 16 517 134 55
Binary 11011011 1001 1100000 0 1100000 111000 1110 101001111 1011100 101101

Color Harmonies of #DB0960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0960

Black with #DB0960

Text Example


Text Example

White with #DB0960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0960; }

 p { color: rgb(219,9,96); }

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

background-color css

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

 a { background-color: rgb(219,9,96); }

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

border-color css

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

 span { border-color: rgb(219,9,96); }

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