Html Css Color HEX #DB0E53 Razzmatazz

📋 copy color: '#DB0E53'

red 219 ◦ green 14 ◦ blue 83

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

Shades of Razzmatazz #DB0E53

Tints of Razzmatazz #DB0E53

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.43%

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 69.3%
G = 4.43%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB0E53 (or 0xDB0E53) is known color: Razzmatazz. HEX triplet: DB, 0E and 53. RGB value is (219,14,83). Sum of RGB (Red+Green+Blue) = 219+14+83=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0E53 is #24F1AC. Grayscale: #535353. Windows color (decimal): -2421165 or 5443291. OLE color: 5443291.

HSL color Cylindrical-coordinate representation of color #DB0E53: hue angle of 339.8º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0E53 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 14 83 -
CMYK 0 0.94 0.62 0.14
HSL 339.8º 0.88% 0.46% -
HSV(B) 339.8º 0.94% 0.86% -
XYZ 30.93 16 9.64 -
YUV 83.16 127.92 224.89 -
System Red Green Blue C M Y K H S L
Decimal 219 14 83 0 0.94 0.62 0.14 339.8 0.88 0.46
Hex DB E 53 0 5E 3E E 154 58 2E
Octal 333 16 123 0 136 76 16 524 130 56
Binary 11011011 1110 1010011 0 1011110 111110 1110 101010100 1011000 101110

Color Harmonies of #DB0E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0E53

Black with #DB0E53

Text Example


Text Example

White with #DB0E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0E53; }

 p { color: rgb(219,14,83); }

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

background-color css

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

 a { background-color: rgb(219,14,83); }

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

border-color css

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

 span { border-color: rgb(219,14,83); }

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