Html Css Color HEX #DB0257 Razzmatazz

📋 copy color: '#DB0257'

red 219 ◦ green 2 ◦ blue 87

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

Shades of Razzmatazz #DB0257

Tints of Razzmatazz #DB0257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 71.1%
G = 0.65%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB0257 (or 0xDB0257) is known color: Razzmatazz. HEX triplet: DB, 02 and 57. RGB value is (219,2,87). Sum of RGB (Red+Green+Blue) = 219+2+87=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0257 is #24FDA8. Grayscale: #4C4C4C. Windows color (decimal): -2424233 or 5702363. OLE color: 5702363.

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

Color convert

RGB 219 2 87 -
CMYK 0 0.99 0.60 0.14
HSL 336.5º 0.98% 0.43% -
HSV(B) 336.5º 0.99% 0.86% -
XYZ 30.96 15.79 10.43 -
YUV 76.57 133.89 229.59 -
System Red Green Blue C M Y K H S L
Decimal 219 2 87 0 0.99 0.60 0.14 336.5 0.98 0.43
Hex DB 2 57 0 63 3C E 150 62 2B
Octal 333 2 127 0 143 74 16 520 142 53
Binary 11011011 10 1010111 0 1100011 111100 1110 101010000 1100010 101011

Color Harmonies of #DB0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0257

Black with #DB0257

Text Example


Text Example

White with #DB0257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0257; }

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

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

background-color css

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

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

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

border-color css

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

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

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