Html Css Color HEX #DB0360 Razzmatazz

📋 copy color: '#DB0360'

red 219 ◦ green 3 ◦ blue 96

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

Shades of Razzmatazz #DB0360

Tints of Razzmatazz #DB0360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

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

R = 68.87%
G = 0.94%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB0360 (or 0xDB0360) is known color: Razzmatazz. HEX triplet: DB, 03 and 60. RGB value is (219,3,96). Sum of RGB (Red+Green+Blue) = 219+3+96=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0360 is #24FC9F. Grayscale: #4E4E4E. Windows color (decimal): -2423968 or 6292443. OLE color: 6292443.

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

Color convert

RGB 219 3 96 -
CMYK 0 0.99 0.56 0.14
HSL 334.17º 0.97% 0.44% -
HSV(B) 334.17º 0.99% 0.86% -
XYZ 31.36 15.97 12.5 -
YUV 78.19 138.06 228.44 -
System Red Green Blue C M Y K H S L
Decimal 219 3 96 0 0.99 0.56 0.14 334.17 0.97 0.44
Hex DB 3 60 0 63 38 E 14E 61 2C
Octal 333 3 140 0 143 70 16 516 141 54
Binary 11011011 11 1100000 0 1100011 111000 1110 101001110 1100001 101100

Color Harmonies of #DB0360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0360

Black with #DB0360

Text Example


Text Example

White with #DB0360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0360; }

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

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

background-color css

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

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

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

border-color css

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

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

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