Html Css Color HEX #DB0358 Razzmatazz

📋 copy color: '#DB0358'

red 219 ◦ green 3 ◦ blue 88

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

Shades of Razzmatazz #DB0358

Tints of Razzmatazz #DB0358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 70.65%
G = 0.97%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB0358 (or 0xDB0358) is known color: Razzmatazz. HEX triplet: DB, 03 and 58. RGB value is (219,3,88). Sum of RGB (Red+Green+Blue) = 219+3+88=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0358 is #24FCA7. Grayscale: #4D4D4D. Windows color (decimal): -2423976 or 5768155. OLE color: 5768155.

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

Color convert

RGB 219 3 88 -
CMYK 0 0.99 0.60 0.14
HSL 336.39º 0.97% 0.44% -
HSV(B) 336.39º 0.99% 0.86% -
XYZ 31.01 15.83 10.65 -
YUV 77.27 134.06 229.09 -
System Red Green Blue C M Y K H S L
Decimal 219 3 88 0 0.99 0.60 0.14 336.39 0.97 0.44
Hex DB 3 58 0 63 3C E 150 61 2C
Octal 333 3 130 0 143 74 16 520 141 54
Binary 11011011 11 1011000 0 1100011 111100 1110 101010000 1100001 101100

Color Harmonies of #DB0358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0358

Black with #DB0358

Text Example


Text Example

White with #DB0358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0358; }

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

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

background-color css

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

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

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

border-color css

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

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

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