Html Css Color HEX #DB055A Razzmatazz

📋 copy color: '#DB055A'

red 219 ◦ green 5 ◦ blue 90

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

Shades of Razzmatazz #DB055A

Tints of Razzmatazz #DB055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

 BLUE value IS 90 (35.55% from 255) = 28.66%

R = 69.75%
G = 1.59%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB055A (or 0xDB055A) is known color: Razzmatazz. HEX triplet: DB, 05 and 5A. RGB value is (219,5,90). Sum of RGB (Red+Green+Blue) = 219+5+90=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB055A is #24FAA5. Grayscale: #4E4E4E. Windows color (decimal): -2423462 or 5899739. OLE color: 5899739.

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

Color convert

RGB 219 5 90 -
CMYK 0 0.98 0.59 0.14
HSL 336.17º 0.96% 0.44% -
HSV(B) 336.17º 0.98% 0.86% -
XYZ 31.11 15.91 11.1 -
YUV 78.68 134.4 228.09 -
System Red Green Blue C M Y K H S L
Decimal 219 5 90 0 0.98 0.59 0.14 336.17 0.96 0.44
Hex DB 5 5A 0 62 3B E 150 60 2C
Octal 333 5 132 0 142 73 16 520 140 54
Binary 11011011 101 1011010 0 1100010 111011 1110 101010000 1100000 101100

Color Harmonies of #DB055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB055A

Black with #DB055A

Text Example


Text Example

White with #DB055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB055A; }

 p { color: rgb(219,5,90); }

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

background-color css

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

 a { background-color: rgb(219,5,90); }

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

border-color css

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

 span { border-color: rgb(219,5,90); }

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