Html Css Color HEX #DB0658 Razzmatazz

📋 copy color: '#DB0658'

red 219 ◦ green 6 ◦ blue 88

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

Shades of Razzmatazz #DB0658

Tints of Razzmatazz #DB0658

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.92%

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

R = 69.97%
G = 1.92%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB0658 (or 0xDB0658) is known color: Razzmatazz. HEX triplet: DB, 06 and 58. RGB value is (219,6,88). Sum of RGB (Red+Green+Blue) = 219+6+88=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0658 is #24F9A7. Grayscale: #4E4E4E. Windows color (decimal): -2423208 or 5768923. OLE color: 5768923.

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

Color convert

RGB 219 6 88 -
CMYK 0 0.97 0.60 0.14
HSL 336.9º 0.95% 0.44% -
HSV(B) 336.9º 0.97% 0.86% -
XYZ 31.04 15.89 10.66 -
YUV 79.04 133.07 227.83 -
System Red Green Blue C M Y K H S L
Decimal 219 6 88 0 0.97 0.60 0.14 336.9 0.95 0.44
Hex DB 6 58 0 61 3C E 151 5F 2C
Octal 333 6 130 0 141 74 16 521 137 54
Binary 11011011 110 1011000 0 1100001 111100 1110 101010001 1011111 101100

Color Harmonies of #DB0658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0658

Black with #DB0658

Text Example


Text Example

White with #DB0658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0658; }

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

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

background-color css

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

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

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

border-color css

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

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

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