Html Css Color HEX #DB50BF Free Speech Magenta

📋 copy color: '#DB50BF'

red 219 ◦ green 80 ◦ blue 191

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

Shades of Free Speech Magenta #DB50BF

Tints of Free Speech Magenta #DB50BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.98%

R = 44.69%
G = 16.33%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB50BF (or 0xDB50BF) is known color: Free Speech Magenta. HEX triplet: DB, 50 and BF. RGB value is (219,80,191). Sum of RGB (Red+Green+Blue) = 219+80+191=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50BF is #24AF40. Grayscale: #858585. Windows color (decimal): -2404161 or 12538075. OLE color: 12538075.

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

Color convert

RGB 219 80 191 -
CMYK 0 0.63 0.13 0.14
HSL 312.09º 0.66% 0.59% -
HSV(B) 312.09º 0.63% 0.86% -
XYZ 41.49 24.56 51.84 -
YUV 134.22 160.05 188.47 -
System Red Green Blue C M Y K H S L
Decimal 219 80 191 0 0.63 0.13 0.14 312.09 0.66 0.59
Hex DB 50 BF 0 3F D E 138 42 3B
Octal 333 120 277 0 77 15 16 470 102 73
Binary 11011011 1010000 10111111 0 111111 1101 1110 100111000 1000010 111011

Color Harmonies of #DB50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50BF

Black with #DB50BF

Text Example


Text Example

White with #DB50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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