Html Css Color HEX #DB085E Razzmatazz

📋 copy color: '#DB085E'

red 219 ◦ green 8 ◦ blue 94

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

Shades of Razzmatazz #DB085E

Tints of Razzmatazz #DB085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 68.22%
G = 2.49%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB085E (or 0xDB085E) is known color: Razzmatazz. HEX triplet: DB, 08 and 5E. RGB value is (219,8,94). Sum of RGB (Red+Green+Blue) = 219+8+94=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB085E is #24F7A1. Grayscale: #505050. Windows color (decimal): -2422690 or 6162651. OLE color: 6162651.

HSL color Cylindrical-coordinate representation of color #DB085E: hue angle of 335.55º degrees, saturation: 0.93, 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 #DB085E is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 8 94 -
CMYK 0 0.96 0.57 0.14
HSL 335.55º 0.93% 0.45% -
HSV(B) 335.55º 0.96% 0.86% -
XYZ 31.32 16.04 12.04 -
YUV 80.89 135.4 226.51 -
System Red Green Blue C M Y K H S L
Decimal 219 8 94 0 0.96 0.57 0.14 335.55 0.93 0.45
Hex DB 8 5E 0 60 39 E 150 5D 2D
Octal 333 10 136 0 140 71 16 520 135 55
Binary 11011011 1000 1011110 0 1100000 111001 1110 101010000 1011101 101101

Color Harmonies of #DB085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB085E

Black with #DB085E

Text Example


Text Example

White with #DB085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB085E; }

 p { color: rgb(219,8,94); }

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

background-color css

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

 a { background-color: rgb(219,8,94); }

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

border-color css

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

 span { border-color: rgb(219,8,94); }

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