Html Css Color HEX #DB0653 Razzmatazz

📋 copy color: '#DB0653'

red 219 ◦ green 6 ◦ blue 83

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

Shades of Razzmatazz #DB0653

Tints of Razzmatazz #DB0653

RGB

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

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

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

R = 71.1%
G = 1.95%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB0653 (or 0xDB0653) is known color: Razzmatazz. HEX triplet: DB, 06 and 53. RGB value is (219,6,83). Sum of RGB (Red+Green+Blue) = 219+6+83=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0653 is #24F9AC. Grayscale: #4E4E4E. Windows color (decimal): -2423213 or 5441243. OLE color: 5441243.

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

Color convert

RGB 219 6 83 -
CMYK 0 0.97 0.62 0.14
HSL 338.31º 0.95% 0.44% -
HSV(B) 338.31º 0.97% 0.86% -
XYZ 30.84 15.81 9.61 -
YUV 78.47 130.57 228.24 -
System Red Green Blue C M Y K H S L
Decimal 219 6 83 0 0.97 0.62 0.14 338.31 0.95 0.44
Hex DB 6 53 0 61 3E E 152 5F 2C
Octal 333 6 123 0 141 76 16 522 137 54
Binary 11011011 110 1010011 0 1100001 111110 1110 101010010 1011111 101100

Color Harmonies of #DB0653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0653

Black with #DB0653

Text Example


Text Example

White with #DB0653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0653; }

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

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

background-color css

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

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

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

border-color css

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

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

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