Html Css Color HEX #DB0256 Razzmatazz

📋 copy color: '#DB0256'

red 219 ◦ green 2 ◦ blue 86

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

Shades of Razzmatazz #DB0256

Tints of Razzmatazz #DB0256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 86 (33.98% from 255) = 28.01%

R = 71.34%
G = 0.65%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB0256 (or 0xDB0256) is known color: Razzmatazz. HEX triplet: DB, 02 and 56. RGB value is (219,2,86). Sum of RGB (Red+Green+Blue) = 219+2+86=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0256 is #24FDA9. Grayscale: #4C4C4C. Windows color (decimal): -2424234 or 5636827. OLE color: 5636827.

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

Color convert

RGB 219 2 86 -
CMYK 0 0.99 0.61 0.14
HSL 336.77º 0.98% 0.43% -
HSV(B) 336.77º 0.99% 0.86% -
XYZ 30.91 15.78 10.22 -
YUV 76.46 133.39 229.67 -
System Red Green Blue C M Y K H S L
Decimal 219 2 86 0 0.99 0.61 0.14 336.77 0.98 0.43
Hex DB 2 56 0 63 3D E 151 62 2B
Octal 333 2 126 0 143 75 16 521 142 53
Binary 11011011 10 1010110 0 1100011 111101 1110 101010001 1100010 101011

Color Harmonies of #DB0256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0256

Black with #DB0256

Text Example


Text Example

White with #DB0256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0256; }

 p { color: rgb(219,2,86); }

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

background-color css

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

 a { background-color: rgb(219,2,86); }

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

border-color css

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

 span { border-color: rgb(219,2,86); }

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