Html Css Color HEX #DB509E Mulberry

📋 copy color: '#DB509E'

red 219 ◦ green 80 ◦ blue 158

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

Shades of Mulberry #DB509E

Tints of Mulberry #DB509E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.51%

 BLUE value IS 158 (62.11% from 255) = 34.57%

R = 47.92%
G = 17.51%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB509E (or 0xDB509E) is known color: Mulberry. HEX triplet: DB, 50 and 9E. RGB value is (219,80,158). Sum of RGB (Red+Green+Blue) = 219+80+158=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB509E is #24AF61. Grayscale: #828282. Windows color (decimal): -2404194 or 10375387. OLE color: 10375387.

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

Color convert

RGB 219 80 158 -
CMYK 0 0.63 0.28 0.14
HSL 326.33º 0.66% 0.59% -
HSV(B) 326.33º 0.63% 0.86% -
XYZ 38.25 23.27 34.82 -
YUV 130.45 143.55 191.16 -
System Red Green Blue C M Y K H S L
Decimal 219 80 158 0 0.63 0.28 0.14 326.33 0.66 0.59
Hex DB 50 9E 0 3F 1C E 146 42 3B
Octal 333 120 236 0 77 34 16 506 102 73
Binary 11011011 1010000 10011110 0 111111 11100 1110 101000110 1000010 111011

Color Harmonies of #DB509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB509E

Black with #DB509E

Text Example


Text Example

White with #DB509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB509E; }

 p { color: rgb(219,80,158); }

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

background-color css

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

 a { background-color: rgb(219,80,158); }

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

border-color css

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

 span { border-color: rgb(219,80,158); }

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