Html Css Color HEX #DB0263 Razzmatazz

📋 copy color: '#DB0263'

red 219 ◦ green 2 ◦ blue 99

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

Shades of Razzmatazz #DB0263

Tints of Razzmatazz #DB0263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 68.44%
G = 0.63%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB0263 (or 0xDB0263) is known color: Razzmatazz. HEX triplet: DB, 02 and 63. RGB value is (219,2,99). Sum of RGB (Red+Green+Blue) = 219+2+99=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0263 is #24FD9C. Grayscale: #4D4D4D. Windows color (decimal): -2424221 or 6488795. OLE color: 6488795.

HSL color Cylindrical-coordinate representation of color #DB0263: hue angle of 333.18º 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 #DB0263 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 2 99 -
CMYK 0 0.99 0.55 0.14
HSL 333.18º 0.98% 0.43% -
HSV(B) 333.18º 0.99% 0.86% -
XYZ 31.49 16 13.23 -
YUV 77.94 139.89 228.61 -
System Red Green Blue C M Y K H S L
Decimal 219 2 99 0 0.99 0.55 0.14 333.18 0.98 0.43
Hex DB 2 63 0 63 37 E 14D 62 2B
Octal 333 2 143 0 143 67 16 515 142 53
Binary 11011011 10 1100011 0 1100011 110111 1110 101001101 1100010 101011

Color Harmonies of #DB0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0263

Black with #DB0263

Text Example


Text Example

White with #DB0263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0263; }

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

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

background-color css

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

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

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

border-color css

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

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

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