Html Css Color HEX #DB0954 Razzmatazz

📋 copy color: '#DB0954'

red 219 ◦ green 9 ◦ blue 84

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

Shades of Razzmatazz #DB0954

Tints of Razzmatazz #DB0954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

 BLUE value IS 84 (33.2% from 255) = 26.92%

R = 70.19%
G = 2.88%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB0954 (or 0xDB0954) is known color: Razzmatazz. HEX triplet: DB, 09 and 54. RGB value is (219,9,84). Sum of RGB (Red+Green+Blue) = 219+9+84=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0954 is #24F6AB. Grayscale: #505050. Windows color (decimal): -2422444 or 5507547. OLE color: 5507547.

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

Color convert

RGB 219 9 84 -
CMYK 0 0.96 0.62 0.14
HSL 338.57º 0.92% 0.45% -
HSV(B) 338.57º 0.96% 0.86% -
XYZ 30.91 15.9 9.83 -
YUV 80.34 130.07 226.9 -
System Red Green Blue C M Y K H S L
Decimal 219 9 84 0 0.96 0.62 0.14 338.57 0.92 0.45
Hex DB 9 54 0 60 3E E 153 5C 2D
Octal 333 11 124 0 140 76 16 523 134 55
Binary 11011011 1001 1010100 0 1100000 111110 1110 101010011 1011100 101101

Color Harmonies of #DB0954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0954

Black with #DB0954

Text Example


Text Example

White with #DB0954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0954; }

 p { color: rgb(219,9,84); }

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

background-color css

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

 a { background-color: rgb(219,9,84); }

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

border-color css

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

 span { border-color: rgb(219,9,84); }

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