Html Css Color HEX #DB50C6 Free Speech Magenta

📋 copy color: '#DB50C6'

red 219 ◦ green 80 ◦ blue 198

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

Shades of Free Speech Magenta #DB50C6

Tints of Free Speech Magenta #DB50C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.84%

R = 44.06%
G = 16.1%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB50C6 (or 0xDB50C6) is known color: Free Speech Magenta. HEX triplet: DB, 50 and C6. RGB value is (219,80,198). Sum of RGB (Red+Green+Blue) = 219+80+198=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50C6 is #24AF39. Grayscale: #868686. Windows color (decimal): -2404154 or 12996827. OLE color: 12996827.

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

Color convert

RGB 219 80 198 -
CMYK 0 0.63 0.10 0.14
HSL 309.06º 0.66% 0.59% -
HSV(B) 309.06º 0.63% 0.86% -
XYZ 42.28 24.87 56 -
YUV 135.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 219 80 198 0 0.63 0.10 0.14 309.06 0.66 0.59
Hex DB 50 C6 0 3F A E 135 42 3B
Octal 333 120 306 0 77 12 16 465 102 73
Binary 11011011 1010000 11000110 0 111111 1010 1110 100110101 1000010 111011

Color Harmonies of #DB50C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50C6

Black with #DB50C6

Text Example


Text Example

White with #DB50C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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