Html Css Color HEX #DB0858 Razzmatazz

📋 copy color: '#DB0858'

red 219 ◦ green 8 ◦ blue 88

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

Shades of Razzmatazz #DB0858

Tints of Razzmatazz #DB0858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.54%

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

R = 69.52%
G = 2.54%
B = 27.94%

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

#DB0858 (or 0xDB0858) is known color: Razzmatazz. HEX triplet: DB, 08 and 58. RGB value is (219,8,88). Sum of RGB (Red+Green+Blue) = 219+8+88=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0858 is #24F7A7. Grayscale: #505050. Windows color (decimal): -2422696 or 5769435. OLE color: 5769435.

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

Color convert

RGB 219 8 88 -
CMYK 0 0.96 0.60 0.14
HSL 337.25º 0.93% 0.45% -
HSV(B) 337.25º 0.96% 0.86% -
XYZ 31.06 15.94 10.67 -
YUV 80.21 132.4 227 -
System Red Green Blue C M Y K H S L
Decimal 219 8 88 0 0.96 0.60 0.14 337.25 0.93 0.45
Hex DB 8 58 0 60 3C E 151 5D 2D
Octal 333 10 130 0 140 74 16 521 135 55
Binary 11011011 1000 1011000 0 1100000 111100 1110 101010001 1011101 101101

Color Harmonies of #DB0858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0858

Black with #DB0858

Text Example


Text Example

White with #DB0858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0858; }

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

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

background-color css

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

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

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

border-color css

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

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

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