Html Css Color HEX #DB065B Razzmatazz

📋 copy color: '#DB065B'

red 219 ◦ green 6 ◦ blue 91

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

Shades of Razzmatazz #DB065B

Tints of Razzmatazz #DB065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 69.3%
G = 1.9%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB065B (or 0xDB065B) is known color: Razzmatazz. HEX triplet: DB, 06 and 5B. RGB value is (219,6,91). Sum of RGB (Red+Green+Blue) = 219+6+91=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB065B is #24F9A4. Grayscale: #4F4F4F. Windows color (decimal): -2423205 or 5965531. OLE color: 5965531.

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

Color convert

RGB 219 6 91 -
CMYK 0 0.97 0.58 0.14
HSL 336.06º 0.95% 0.44% -
HSV(B) 336.06º 0.97% 0.86% -
XYZ 31.17 15.95 11.33 -
YUV 79.38 134.57 227.59 -
System Red Green Blue C M Y K H S L
Decimal 219 6 91 0 0.97 0.58 0.14 336.06 0.95 0.44
Hex DB 6 5B 0 61 3A E 150 5F 2C
Octal 333 6 133 0 141 72 16 520 137 54
Binary 11011011 110 1011011 0 1100001 111010 1110 101010000 1011111 101100

Color Harmonies of #DB065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB065B

Black with #DB065B

Text Example


Text Example

White with #DB065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB065B; }

 p { color: rgb(219,6,91); }

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

background-color css

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

 a { background-color: rgb(219,6,91); }

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

border-color css

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

 span { border-color: rgb(219,6,91); }

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