Html Css Color HEX #DB50D9 Free Speech Magenta

📋 copy color: '#DB50D9'

red 219 ◦ green 80 ◦ blue 217

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

Shades of Free Speech Magenta #DB50D9

Tints of Free Speech Magenta #DB50D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.05%

R = 42.44%
G = 15.5%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB50D9 (or 0xDB50D9) is known color: Free Speech Magenta. HEX triplet: DB, 50 and D9. RGB value is (219,80,217). Sum of RGB (Red+Green+Blue) = 219+80+217=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50D9 is #24AF26. Grayscale: #888888. Windows color (decimal): -2404135 or 14242011. OLE color: 14242011.

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

Color convert

RGB 219 80 217 -
CMYK 0 0.63 0.01 0.14
HSL 300.86º 0.66% 0.59% -
HSV(B) 300.86º 0.63% 0.86% -
XYZ 44.61 25.81 68.28 -
YUV 137.18 173.05 186.36 -
System Red Green Blue C M Y K H S L
Decimal 219 80 217 0 0.63 0.01 0.14 300.86 0.66 0.59
Hex DB 50 D9 0 3F 1 E 12D 42 3B
Octal 333 120 331 0 77 1 16 455 102 73
Binary 11011011 1010000 11011001 0 111111 1 1110 100101101 1000010 111011

Color Harmonies of #DB50D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50D9

Black with #DB50D9

Text Example


Text Example

White with #DB50D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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