Html Css Color HEX #DB0552 Razzmatazz

📋 copy color: '#DB0552'

red 219 ◦ green 5 ◦ blue 82

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

Shades of Razzmatazz #DB0552

Tints of Razzmatazz #DB0552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.8%

R = 71.57%
G = 1.63%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB0552 (or 0xDB0552) is known color: Razzmatazz. HEX triplet: DB, 05 and 52. RGB value is (219,5,82). Sum of RGB (Red+Green+Blue) = 219+5+82=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0552 is #24FAAD. Grayscale: #4D4D4D. Windows color (decimal): -2423470 or 5375451. OLE color: 5375451.

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

Color convert

RGB 219 5 82 -
CMYK 0 0.98 0.63 0.14
HSL 338.41º 0.96% 0.44% -
HSV(B) 338.41º 0.98% 0.86% -
XYZ 30.79 15.78 9.41 -
YUV 77.76 130.4 228.74 -
System Red Green Blue C M Y K H S L
Decimal 219 5 82 0 0.98 0.63 0.14 338.41 0.96 0.44
Hex DB 5 52 0 62 3F E 152 60 2C
Octal 333 5 122 0 142 77 16 522 140 54
Binary 11011011 101 1010010 0 1100010 111111 1110 101010010 1100000 101100

Color Harmonies of #DB0552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0552

Black with #DB0552

Text Example


Text Example

White with #DB0552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0552; }

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

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

background-color css

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

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

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

border-color css

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

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

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