Html Css Color HEX #DB0B5A Razzmatazz

📋 copy color: '#DB0B5A'

red 219 ◦ green 11 ◦ blue 90

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

Shades of Razzmatazz #DB0B5A

Tints of Razzmatazz #DB0B5A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.44%

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 68.44%
G = 3.44%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB0B5A (or 0xDB0B5A) is known color: Razzmatazz. HEX triplet: DB, 0B and 5A. RGB value is (219,11,90). Sum of RGB (Red+Green+Blue) = 219+11+90=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0B5A is #24F4A5. Grayscale: #525252. Windows color (decimal): -2421926 or 5901275. OLE color: 5901275.

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

Color convert

RGB 219 11 90 -
CMYK 0 0.95 0.59 0.14
HSL 337.21º 0.9% 0.45% -
HSV(B) 337.21º 0.95% 0.86% -
XYZ 31.18 16.04 11.13 -
YUV 82.2 132.41 225.58 -
System Red Green Blue C M Y K H S L
Decimal 219 11 90 0 0.95 0.59 0.14 337.21 0.9 0.45
Hex DB B 5A 0 5F 3B E 151 5A 2D
Octal 333 13 132 0 137 73 16 521 132 55
Binary 11011011 1011 1011010 0 1011111 111011 1110 101010001 1011010 101101

Color Harmonies of #DB0B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0B5A

Black with #DB0B5A

Text Example


Text Example

White with #DB0B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0B5A; }

 p { color: rgb(219,11,90); }

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

background-color css

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

 a { background-color: rgb(219,11,90); }

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

border-color css

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

 span { border-color: rgb(219,11,90); }

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