Html Css Color HEX #DB0153 Razzmatazz

📋 copy color: '#DB0153'

red 219 ◦ green 1 ◦ blue 83

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

Shades of Razzmatazz #DB0153

Tints of Razzmatazz #DB0153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 72.28%
G = 0.33%
B = 27.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB0153 (or 0xDB0153) is known color: Razzmatazz. HEX triplet: DB, 01 and 53. RGB value is (219,1,83). Sum of RGB (Red+Green+Blue) = 219+1+83=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0153 is #24FEAC. Grayscale: #4B4B4B. Windows color (decimal): -2424493 or 5439963. OLE color: 5439963.

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

Color convert

RGB 219 1 83 -
CMYK 0 1.00 0.62 0.14
HSL 337.43º 0.99% 0.43% -
HSV(B) 337.43º 1% 0.86% -
XYZ 30.79 15.71 9.59 -
YUV 75.53 132.22 230.33 -
System Red Green Blue C M Y K H S L
Decimal 219 1 83 0 1.00 0.62 0.14 337.43 0.99 0.43
Hex DB 1 53 0 64 3E E 151 63 2B
Octal 333 1 123 0 144 76 16 521 143 53
Binary 11011011 1 1010011 0 1100100 111110 1110 101010001 1100011 101011

Color Harmonies of #DB0153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0153

Black with #DB0153

Text Example


Text Example

White with #DB0153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0153; }

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

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

background-color css

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

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

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

border-color css

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

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

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