Html Css Color HEX #DB0158 Razzmatazz

📋 copy color: '#DB0158'

red 219 ◦ green 1 ◦ blue 88

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

Shades of Razzmatazz #DB0158

Tints of Razzmatazz #DB0158

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 71.1%
G = 0.32%
B = 28.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB0158 (or 0xDB0158) is known color: Razzmatazz. HEX triplet: DB, 01 and 58. RGB value is (219,1,88). Sum of RGB (Red+Green+Blue) = 219+1+88=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0158 is #24FEA7. Grayscale: #4B4B4B. Windows color (decimal): -2424488 or 5767643. OLE color: 5767643.

HSL color Cylindrical-coordinate representation of color #DB0158: hue angle of 336.06º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0158 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 1 88 -
CMYK 0 1.00 0.60 0.14
HSL 336.06º 0.99% 0.43% -
HSV(B) 336.06º 1% 0.86% -
XYZ 30.99 15.79 10.65 -
YUV 76.1 134.72 229.93 -
System Red Green Blue C M Y K H S L
Decimal 219 1 88 0 1.00 0.60 0.14 336.06 0.99 0.43
Hex DB 1 58 0 64 3C E 150 63 2B
Octal 333 1 130 0 144 74 16 520 143 53
Binary 11011011 1 1011000 0 1100100 111100 1110 101010000 1100011 101011

Color Harmonies of #DB0158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0158

Black with #DB0158

Text Example


Text Example

White with #DB0158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0158; }

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

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

background-color css

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

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

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

border-color css

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

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

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