Html Css Color HEX #DB0B4B Razzmatazz

📋 copy color: '#DB0B4B'

red 219 ◦ green 11 ◦ blue 75

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

Shades of Razzmatazz #DB0B4B

Tints of Razzmatazz #DB0B4B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.61%

 BLUE value IS 75 (29.69% from 255) = 24.59%

R = 71.8%
G = 3.61%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB0B4B (or 0xDB0B4B) is known color: Razzmatazz. HEX triplet: DB, 0B and 4B. RGB value is (219,11,75). Sum of RGB (Red+Green+Blue) = 219+11+75=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0B4B is #24F4B4. Grayscale: #505050. Windows color (decimal): -2421941 or 4918235. OLE color: 4918235.

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

Color convert

RGB 219 11 75 -
CMYK 0 0.95 0.66 0.14
HSL 341.54º 0.9% 0.45% -
HSV(B) 341.54º 0.95% 0.86% -
XYZ 30.6 15.81 8.09 -
YUV 80.49 124.91 226.8 -
System Red Green Blue C M Y K H S L
Decimal 219 11 75 0 0.95 0.66 0.14 341.54 0.9 0.45
Hex DB B 4B 0 5F 42 E 156 5A 2D
Octal 333 13 113 0 137 102 16 526 132 55
Binary 11011011 1011 1001011 0 1011111 1000010 1110 101010110 1011010 101101

Color Harmonies of #DB0B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0B4B

Black with #DB0B4B

Text Example


Text Example

White with #DB0B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0B4B; }

 p { color: rgb(219,11,75); }

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

background-color css

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

 a { background-color: rgb(219,11,75); }

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

border-color css

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

 span { border-color: rgb(219,11,75); }

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