Html Css Color HEX #DB0052 Razzmatazz

📋 copy color: '#DB0052'

red 219 ◦ green 0 ◦ blue 82

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

Shades of Razzmatazz #DB0052

Tints of Razzmatazz #DB0052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.76%
G = 0%
B = 27.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB0052 (or 0xDB0052) is known color: Razzmatazz. HEX triplet: DB, 00 and 52. RGB value is (219,0,82). Sum of RGB (Red+Green+Blue) = 219+0+82=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0052 is #24FFAD. Grayscale: #4A4A4A. Windows color (decimal): -2424750 or 5374171. OLE color: 5374171.

HSL color Cylindrical-coordinate representation of color #DB0052: hue angle of 337.53º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0052 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 0 82 -
CMYK 0 1 0.63 0.14
HSL 337.53º 1% 0.43% -
HSV(B) 337.53º 1% 0.86% -
XYZ 30.74 15.67 9.39 -
YUV 74.83 132.05 230.83 -
System Red Green Blue C M Y K H S L
Decimal 219 0 82 0 1 0.63 0.14 337.53 1 0.43
Hex DB 0 52 0 64 3F E 152 64 2B
Octal 333 0 122 0 144 77 16 522 144 53
Binary 11011011 0 1010010 0 1100100 111111 1110 101010010 1100100 101011

Color Harmonies of #DB0052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0052

Black with #DB0052

Text Example


Text Example

White with #DB0052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0052; }

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

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

background-color css

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

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

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

border-color css

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

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

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