Html Css Color HEX #DB0958 Razzmatazz

📋 copy color: '#DB0958'

red 219 ◦ green 9 ◦ blue 88

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

Shades of Razzmatazz #DB0958

Tints of Razzmatazz #DB0958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 69.3%
G = 2.85%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB0958 (or 0xDB0958) is known color: Razzmatazz. HEX triplet: DB, 09 and 58. RGB value is (219,9,88). Sum of RGB (Red+Green+Blue) = 219+9+88=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0958 is #24F6A7. Grayscale: #505050. Windows color (decimal): -2422440 or 5769691. OLE color: 5769691.

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

Color convert

RGB 219 9 88 -
CMYK 0 0.96 0.60 0.14
HSL 337.43º 0.92% 0.45% -
HSV(B) 337.43º 0.96% 0.86% -
XYZ 31.07 15.96 10.68 -
YUV 80.8 132.07 226.58 -
System Red Green Blue C M Y K H S L
Decimal 219 9 88 0 0.96 0.60 0.14 337.43 0.92 0.45
Hex DB 9 58 0 60 3C E 151 5C 2D
Octal 333 11 130 0 140 74 16 521 134 55
Binary 11011011 1001 1011000 0 1100000 111100 1110 101010001 1011100 101101

Color Harmonies of #DB0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0958

Black with #DB0958

Text Example


Text Example

White with #DB0958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0958; }

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

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

background-color css

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

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

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

border-color css

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

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

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