Html Css Color HEX #DB0057 Razzmatazz

📋 copy color: '#DB0057'

red 219 ◦ green 0 ◦ blue 87

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

Shades of Razzmatazz #DB0057

Tints of Razzmatazz #DB0057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.43%

R = 71.57%
G = 0%
B = 28.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB0057 (or 0xDB0057) is known color: Razzmatazz. HEX triplet: DB, 00 and 57. RGB value is (219,0,87). Sum of RGB (Red+Green+Blue) = 219+0+87=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0057 is #24FFA8. Grayscale: #4B4B4B. Windows color (decimal): -2424745 or 5701851. OLE color: 5701851.

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

Color convert

RGB 219 0 87 -
CMYK 0 1 0.60 0.14
HSL 336.16º 1% 0.43% -
HSV(B) 336.16º 1% 0.86% -
XYZ 30.93 15.75 10.43 -
YUV 75.4 134.55 230.43 -
System Red Green Blue C M Y K H S L
Decimal 219 0 87 0 1 0.60 0.14 336.16 1 0.43
Hex DB 0 57 0 64 3C E 150 64 2B
Octal 333 0 127 0 144 74 16 520 144 53
Binary 11011011 0 1010111 0 1100100 111100 1110 101010000 1100100 101011

Color Harmonies of #DB0057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0057

Black with #DB0057

Text Example


Text Example

White with #DB0057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0057; }

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

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

background-color css

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

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

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

border-color css

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

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

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