Html Css Color HEX #DB0950 Razzmatazz

📋 copy color: '#DB0950'

red 219 ◦ green 9 ◦ blue 80

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

Shades of Razzmatazz #DB0950

Tints of Razzmatazz #DB0950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.97%

R = 71.1%
G = 2.92%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB0950 (or 0xDB0950) is known color: Razzmatazz. HEX triplet: DB, 09 and 50. RGB value is (219,9,80). Sum of RGB (Red+Green+Blue) = 219+9+80=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0950 is #24F6AF. Grayscale: #4F4F4F. Windows color (decimal): -2422448 or 5245403. OLE color: 5245403.

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

Color convert

RGB 219 9 80 -
CMYK 0 0.96 0.63 0.14
HSL 339.71º 0.92% 0.45% -
HSV(B) 339.71º 0.96% 0.86% -
XYZ 30.76 15.83 9.02 -
YUV 79.88 128.07 227.23 -
System Red Green Blue C M Y K H S L
Decimal 219 9 80 0 0.96 0.63 0.14 339.71 0.92 0.45
Hex DB 9 50 0 60 3F E 154 5C 2D
Octal 333 11 120 0 140 77 16 524 134 55
Binary 11011011 1001 1010000 0 1100000 111111 1110 101010100 1011100 101101

Color Harmonies of #DB0950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0950

Black with #DB0950

Text Example


Text Example

White with #DB0950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0950; }

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

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

background-color css

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

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

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

border-color css

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

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

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